ferengi-rules-of-acquisition-mcp
Ferengi Rules of Acquisition
Documentation
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 number
- `search-by-theme`: Search rules by theme (profit, business, money, etc.)
- `random-rule`: Get a random rule from the collection
- `list-themes`: See all available themes
Setup
1. Install dependencies:
npm install2. Build the server:
npm run build3. Start the server:
npm startDevelopment
For development with auto-rebuild:
npm run devClaude 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:
1. Get a specific rule: "Can you get Rule 34 from the Ferengi Rules?"
2. Search by theme: "Show me all rules about profit"
3. Get a random rule: "Give me a random Ferengi rule"
4. List themes: "What themes are available in the Rules of Acquisition?"
File Structure
- `index.ts` - Main server implementation
- `ferengi_rules_mcp.json` - The rules data (must be in the same directory)
- `package.json` - Dependencies and scripts
- `tsconfig.json` - TypeScript configuration
Requirements
- Node.js 18+
- The `ferengi_rules_mcp.json` file must be in the same directory as the built server
Troubleshooting
If the server fails to start, ensure:
1. `ferengi_rules_mcp.json` is in the correct location
2. All dependencies are installed (`npm install`)
3. The server is built (`npm run build`)
4. You're using the correct path in Claude Desktop configuration
Frequently asked questions
What is ferengi-rules-of-acquisition-mcp?
ferengi-rules-of-acquisition-mcp is Ferengi Rules of Acquisition
How do I install ferengi-rules-of-acquisition-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is ferengi-rules-of-acquisition-mcp open source?
Yes — it is hosted on GitHub at https://github.com/SterlingChin/ferengi-rules-of-acquisition-mcp.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP