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
Related Servers
Image Sorcery
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Geocoding Tool
Convert city names and locations into latitude and longitude coordinates using the free OpenStreetMap Nominatim API. No API key is required.
招投标大数据服务
Provides comprehensive bidding and tender information query services, including statistics, searches, and planned project queries.
YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
Expo MCP Server
Search and get recommendations from the official Expo documentation.
OpenAI WebSearch
Provides web search functionality for AI assistants using the OpenAI API, enabling access to up-to-date information.
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.
Coles and Woolworths MCP Server
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).