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
)Provides comprehensive offline store information queries, including enterprise restaurant brand store search, offline store search, and restaurant brand store statistics.
Interact with the Haloscan SEO API for search engine optimization tasks.
SEO analysis using the Serpstat API.
Perform conversational searches with the Perplexica AI-powered answer engine.
Search and retrieve content from the Unsloth AI documentation.
An enhanced MCP server for SearXNG web searching, utilizing a category-aware web-search, web-scraping, and includes a date/time retrieval tool.
Performs WHOIS lookups to retrieve domain registration details, including owner, registrar, and expiration dates.
Search for Google images, view results, and download them directly within your IDE.
MCP server for interacting with the Ordiscan API to query Bitcoin ordinals and inscriptions. Requires an Ordiscan API key.
Web search and webpage scraping using the Serper API.