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
Serveurs connexes
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
MCP Deep Search
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.
CUFinder
Access 1B+ verified contacts and 85M+ companies for B2B lead generation, person lookup, company enrichment, and local business search directly through AI assistants.
bbox-mcp-server
Bounding box coordinate conversion, EPSG projections, H3 indexing, Overpass OSM queries, and shareable map links
Expo MCP Server
Search and get recommendations from the official Expo documentation.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
ReActMCP Web Search
A web search server that integrates with the Exa API to perform basic and advanced searches.
Entscheidsuche
Search Swiss legal decisions using the entscheidsuche.ch API.
HyperKitty MCP Server
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
Google News
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.