← Back to Plugins
MCP Server MCP

io.github.mabari2505/api-sorties-mcp

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Search French events and things to do, built for AI agents — geo, city, date, category filters.

Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "api-sorties-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the API Sorties France API (e.g. https://api.sorties.dev)",
          "isRequired": true,
          "format": "string",
          "name": "API_SORTIES_BASE_URL"
        },
        {
          "description": "API key created from the developer portal (https://sorties.dev)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "API_SORTIES_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...