Sushi Tools

SushiMCP comes loaded with a set of tools designed to feed context to your AI IDE's. Not just any context, but up to date, accurate, context from the source documentation.

Available Tools

Roadmap

Tool NameIdentifierDescriptionStatus
List Sourceslist_llms_txt_sourcesLists all llms.txt sources.Complete
List Resourceslist_resourcesLists all resources.Complete
Fetch Sourcefetch_llms_txt_sourceFetches a specific llms.txt.Complete
Fetch Open API Specfetch_openapi_specFetches a specific OpenAPI spec.Complete
Git Ingestgit_ingestIngests a git repository into the MCP server.WIP
Pseudo llms.txtpseudo_llms_txtScrape a docs site to build a pseudo llms.txt file.Planned
Find Sourcefind_llms_txt_sourceSearch for llms.txt by identifier.Planned
Search Stack Overflowsearch_stackoverflowSearch Stack Overflow for answers.Planned

Best Practices

Best practices when requesting your AI agent to call SushiMCP tools:

  • Carefully consider how you make requests for documentation. Base models sometimes fall into a loop when missing documentation is requested in a way that leads the model to believe the documentation should be available.

Ask SushiMCP for XYZ docs.

This approach is fine if you know the llms.txt source is available.

--vs--

Ask SushiMCP for any available documentation for Hono and Drizzle.

  • Remember that some projects make llms-full.txt and llms-mini.txt available alongside llms.txt
  • Some llms.txt are just a collection of links - request an llms-full.txt or llms-mini.txt if available
  • Request the appropriate level of documentation based on your needs
  • Take into account the context window made available by your chosen model
  • The llms.txt standard is relatively new so expect that many projects will not adhere

Tool Request

Have a tool idea you want added? Submit a request

On this page