- Compass Daas
Compass Daas
Compass DaaS is a Model Context Protocol server for AI agents that need structured restaurant dietary intelligence. It exposes three tools over stdio: compass_search for natural-language restaurant search, compass_enrich_restaurant for matching and enrichment, and compass_decide_fit for evidence-backed dietary suitability decisions.
Overview
Compass DaaS is an MCP server for AI agents that need restaurant dietary intelligence.
It exposes three tools:
- compass_search: natural-language restaurant search with VeganScore, evidence, and confidence.
- compass_enrich_restaurant: match and enrich a restaurant by Compass ID, name/address, or Google Place ID.
- compass_decide_fit: conservative fit, not_fit, or unknown decision for a restaurant against a dietary profile.
The server runs over stdio with npx -y @compass-food/mcp and calls the Compass REST API. Live tool calls require a Compass API key. Free Sandbox keys are available at https://compassfoodtechnologies.com/signup.
Docs: https://compassfoodtechnologies.com/docs/mcp OpenAPI: https://compassfoodtechnologies.com/openapi.json GitHub: https://github.com/compass-food/compass-mcp npm: https://www.npmjs.com/package/@compass-food/mcp
Server Config
{
"mcpServers": {
"compass": {
"command": "npx",
"args": [
"-y",
"@compass-food/mcp"
],
"env": {
"COMPASS_API_KEY": "your_key_here"
}
}
}
}Project Info
Created At
19 days agoUpdated At
19 days agoAuthor Name
compass-foodStar
-Language
-License
-Tags
Recommend Servers
View Allmcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
Rollinggo Hotel Mcp
@longcreat
4 hours ago
Filesystem
@modelcontextprotocol
2 months ago