Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
An MCP server serving the Ferengi Rules of Acquisition as a resource with powerful search and retrieval 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 themesnpm install
npm run build
npm start
For development with auto-rebuild:
npm run dev
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.
Once connected to Claude Desktop, you can:
index.ts
- Main server implementationferengi_rules_mcp.json
- The rules data (must be in the same directory)package.json
- Dependencies and scriptstsconfig.json
- TypeScript configurationferengi_rules_mcp.json
file must be in the same directory as the built serverIf the server fails to start, ensure:
ferengi_rules_mcp.json
is in the correct locationnpm install
)npm run build
)A web search server that integrates with the Exa API to perform basic and advanced searches.
Interact with the Haloscan SEO API for search engine optimization tasks.
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
Access semiconductor B2B platforms like AnySilicon and DesignReuse for IP core and ASIC service procurement.
An automated research agent using Google Gemini models and Google Search to perform deep, multi-step web research.
Access Google Search results using the Serper API.
Search for scientific publications across ArXiv, ACL Anthology, HuggingFace Datasets, and Semantic Scholar.
RAG MCP for your Agentset data.
A server for travel planning and interacting with Google Maps services.