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
Похожие серверы
Higress AI-Search MCP Server
Provides an AI search tool to enhance AI model responses with real-time search results from various search engines using the Higress ai-search feature.
Gemini Grounding Remote
Fetches user data and event information from the Connpass platform using the Connpass and Gemini APIs.
General MCP Server
An MCP server providing search capabilities for Reddit, YouTube, and Twitter.
Tavily Search
A comprehensive search agent powered by the Tavily API for in-depth and reliable search results across various topics.
Azure AI Search
Search content using Azure AI Agent Service and Azure AI Search.
grep.app Code Search
Search code across millions of public GitHub repositories using the grep.app API.
AfterShip Tracking & Returns
Provides real-time tracking for 1,300+ carriers and merchant returns center demos with no API key required, using AfterShip's MCP server. Powered by AfterShip.
Searchcraft
Manage Searchcraft cluster's Documents, Indexes, Federations, Access Keys, and Analytics.
OrdiscanMCP v1
MCP server for interacting with the Ordiscan API to query Bitcoin ordinals and inscriptions. Requires an Ordiscan API key.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.