Learn about Model Context Protocol

A model context protocol server

mcp_config.json
1{
2  "mcpServers": {
3    "sushimcp": {
4      "command": "npx",
5      "args": [
6        "@chriswhiterocks/sushimcp@latest"
7      ]
8    }
9  }
10}

Features & Roadmap

Tool NameIdentifierDescriptionStatus
List Sourceslist_llms_txt_sourcesLists all llms.txt sources available to the MCP server.Complete
Fetch Sourcefetch_llms_txt_sourceFetches a specific llms.txt from it's source.Complete
Fetch Open API Specfetch_openapi_specFetches a specific OpenAPI spec from it's source.In Progress
Find Sourcefind_llms_txt_sourceSearch for llms.txt by identifier.Planned
Search Stack Overflowsearch_stackoverflowSearch Stack Overflow for answers.Planned