Compass Daas

Created By
compass-food19 days ago
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 ago
Updated At
19 days ago
Author Name
compass-food
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All