{"name":"reloop-web","version":"1.0.0","transport":"http","url":"https://app.prodeic.com/mcp","description":"Search Reloop marketing site content","docsMcp":"https://app.prodeic.com/docs/mcp","capabilities":{"tools":true,"resources":true},"authentication":"none","tools":[{"name":"search_site","description":"Search Reloop marketing content (home, pricing, blog, about). For product API docs use the docs MCP at /docs/mcp.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"},"limit":{"type":"number","description":"Max results (default 8)"}},"required":["query"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_page","description":"Fetch a marketing page as markdown. Paths like /pricing, /blog/<slug>, /, /about.","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Site path, e.g. /pricing"}},"required":["path"]},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}]}