A model context protocol server
mcp_config.json
1{
2 "mcpServers": {
3 "sushimcp": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "@chriswhiterocks/sushimcp@latest",
8 "--llms-txt-source",
9 "hono:http://hono.dev/llms.txt",
10 "--openapi-spec-source",
11 "local_api:http://localhost:8787/api/v1/openapi.json"
12 ]
13 }
14 }
15}
Tool Name | Identifier | Description | Status |
---|---|---|---|
List Sources | list_llms_txt_sources | Default llms.txt sources (60+) available to the MCP server. | Complete |
Fetch Source | fetch_llms_txt_source | Fetches a specific llms.txt from it's source. | Complete |
Fetch OpenAPI Spec | fetch_openapi_spec | Fetches a specific OpenAPI spec from it's source. | Complete |
Git Ingest | git_ingest | Ingests a git repository into the MCP server. | In Progress |
Pseudo llms.txt | pseudo_llms_txt | Scrapes a docs site to build a pseudo llms.txt file. | Planned |
Find Source | find_llms_txt_source | Search for llms.txt by identifier. | Planned |
Search Stack Overflow | search_stackoverflow | Search Stack Overflow for answers. | Planned |
Supercharge your agent

Up to Date Docs
Agents perform better with up to date docs.
Tired of stale docs? We are too. Most devs copy/paste their llms.txt, but there's no room in your kitchen for project bloat or table scraps. True chefs fetch their docs in real time.

OpenAPI Specs
Feed your agent your entire OpenAPI spec with a single request.
Imagine describing each endpoint from your API every time you want to add a feature, fix a bug, update a test. SushiMCP feeds that description to your agent all with a single url.