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}
Tool Name | Identifier | Description | Status |
---|---|---|---|
List Sources | list_llms_txt_sources | Lists all llms.txt sources available to the MCP server. | Complete |
Fetch Source | fetch_llms_txt_source | Fetches a specific llms.txt from it's source. | Complete |
Fetch Open API Spec | fetch_openapi_spec | Fetches a specific OpenAPI spec from it's source. | In Progress |
Find Source | find_llms_txt_source | Search for llms.txt by identifier. | Planned |
Search Stack Overflow | search_stackoverflow | Search Stack Overflow for answers. | Planned |