Vascue Public Knowledge Search
Vascue Public Knowledge Search (MCP server)
A remote Model Context Protocol server that searches Vascue's public documentation: healthcare operations, the AI front desk for clinics, provider-side insurance claims automation, Cliniko integration, security, case studies and pricing.
Endpoint:
https://www.vascue.io/mcp/search(streamable HTTP, no authentication)Server card: https://www.vascue.io/.well-known/mcp/server-card.json
Registry name:
io.vascue/public-knowledge-searchOperated by: Vascue Limited (ISO 27001 certified)
Public content only. This server indexes public product and educational pages. Never send patient information, claim documents, clinic credentials or booking requests to it. Agent-based clinic booking is a separate research pilot, not a public API.
Connect
Any MCP client that speaks streamable HTTP can connect to the endpoint directly.
Claude Code
claude mcp add --transport http vascue-search https://www.vascue.io/mcp/searchCursor / Claude Desktop / other stdio-only clients (via mcp-remote)
{
"mcpServers": {
"vascue-search": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.vascue.io/mcp/search"]
}
}
}Docker (the same stdio bridge, used by directory health checks)
docker build -t vascue-public-knowledge-search .
docker run -i --rm vascue-public-knowledge-searchTools
The server exposes a search tool over Vascue's public pages and returns page excerpts with their canonical https://www.vascue.io/... URLs, so answers can cite the source. Call tools/list after initialize for the current schema.
Other machine-readable surfaces
https://www.vascue.io/llms.txthttps://www.vascue.io/openapi.json(public, read-only content API)https://www.vascue.io/.well-known/agent-skills/index.json(agent skills; also at vascue-io/skills)
Licence
This repository (README, manifest, Dockerfile) is MIT licensed. The content served by the endpoint is Vascue's public website content.
This server cannot be installed
Maintenance
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
AI-powered medical document management for cancer patients. Google Drive, Gmail, Calendar via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vascue-io/public-knowledge-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server