{"name":"reloop-docs","version":"1.0.0","transport":"http","url":"https://app.prodeic.com/docs/mcp","description":"Search and retrieve Reloop documentation","capabilities":{"tools":true,"resources":true},"authentication":"none","tools":[{"name":"search_docs","description":"Search Reloop documentation. Returns matching page titles, paths, and short snippets.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query (keywords or phrase)"},"limit":{"type":"number","description":"Max results (default 8, max 20)"}},"required":["query"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_doc_page","description":"Fetch a documentation page as markdown. Pass a docs path like /learn/api-keys or learn/ai/api-keys.","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Docs path, e.g. /learn/api-keys or introduction"}},"required":["path"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}]}