Grounded.tools · Capability
grounded.tools Docs MCP Server API
The grounded.tools Docs MCP Server is an open-source, privacy-first documentation indexing tool that keeps AI assistants informed with up-to-date, version-specific documentation. It indexes documentation from websites, GitHub repositories, npm, PyPI, and local files, then provides AI assistants with version-aware search capabilities via the Model Context Protocol (MCP). The server exposes MCP tools over Server-Sent Events (SSE) and streamable HTTP, along with a web management UI for documentation management. MCP tools include scrape_docs, search_docs, fetch_url, list_libraries, find_version, l
What You Can Do
GET
Connectmcpsse
— Grounded.tools Connect to MCP server via Server-Sent Events
/sse
POST
Sendmcpmessage
— Grounded.tools Send MCP message via streamable HTTP
/mcp
GET
Getwebui
— Grounded.tools Web management UI
/
MCP Tools
connectmcpsse
Grounded.tools Connect to MCP server via Server-Sent Events
read-only
idempotent
sendmcpmessage
Grounded.tools Send MCP message via streamable HTTP
getwebui
Grounded.tools Web management UI
read-only
idempotent