Ferengi Rules of Acquisition
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
Ferengi Rules of Acquisition MCP Server
An MCP server serving the Ferengi Rules of Acquisition as a resource with powerful search and retrieval tools.
Features
- Resource: Access the complete collection of Ferengi Rules of Acquisition
- Tools:
get-rule: Retrieve a specific rule by numbersearch-by-theme: Search rules by theme (profit, business, money, etc.)random-rule: Get a random rule from the collectionlist-themes: See all available themes
Setup
- Install dependencies:
npm install
- Build the server:
npm run build
- Start the server:
npm start
Development
For development with auto-rebuild:
npm run dev
Claude Desktop Configuration
To use this MCP server with Claude Desktop, add the following to your Claude Desktop configuration file (located at ~/.claude-config.json):
{
"mcpServers": {
"ferengi-rules-of-acquisition-server": {
"command": "node",
"args": [
"/absolute/path/to/your/server/build/index.js"
]
}
}
}
Replace /absolute/path/to/your/server/ with the actual path to your server directory.
Usage Examples
Once connected to Claude Desktop, you can:
- Get a specific rule: "Can you get Rule 34 from the Ferengi Rules?"
- Search by theme: "Show me all rules about profit"
- Get a random rule: "Give me a random Ferengi rule"
- List themes: "What themes are available in the Rules of Acquisition?"
File Structure
index.ts- Main server implementationferengi_rules_mcp.json- The rules data (must be in the same directory)package.json- Dependencies and scriptstsconfig.json- TypeScript configuration
Requirements
- Node.js 18+
- The
ferengi_rules_mcp.jsonfile must be in the same directory as the built server
Troubleshooting
If the server fails to start, ensure:
ferengi_rules_mcp.jsonis in the correct location- All dependencies are installed (
npm install) - The server is built (
npm run build) - You're using the correct path in Claude Desktop configuration
Server Terkait
Mamont Search
A search engine server that provides tools for search queries and cache retrieval.
PubMed Search
Search for biomedical literature from the PubMed database.
ArtistLens
Access the Spotify Web API to search and retrieve information about tracks, albums, artists, and playlists.
StarSinger MCP
MCP server for AI music catalog — search, stream, and browse 1M+ AI-generated tracks
Data Gouv MCP Server
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
SearchAPI
Provides standardized access to Google Maps, Google Flights, Google Hotels, and other services via the SearchAPI.
Brave-Gemini Research MCP Server
Perform web searches with the Brave Search API and analyze research papers using Google's Gemini model.
MCP Advisor
A discovery and recommendation service for exploring MCP servers using natural language queries.
Semiconductor Supply Chain MCP Server
Access semiconductor B2B platforms like AnySilicon and DesignReuse for IP core and ASIC service procurement.
Panda3D Docs
Search and retrieve documentation for the Panda3D game engine.