Serversio.github.IDNSIDNS/tenderapi-mcp
M

io.github.IDNSIDNS/tenderapi-mcp

io.github.IDNSIDNS/tenderapi-mcp · v0.1.2
▦ pypi
v0.1.2pypi pypi: tenderapi-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.IDNSIDNS/tenderapi-mcp",
  "description": "MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.",
  "repository": {
    "url": "https://github.com/IDNSIDNS/tenderapi-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "tenderapi-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TenderAPI key (get a free one at https://tenderapi.fr/). Sent as X-API-Key header on every REST call.",
          "isRequired": true,
          "isSecret": true,
          "name": "TENDERAPI_KEY"
        },
        {
          "description": "Override the API base URL (default: https://tenderapi.fr). Useful for dev/staging.",
          "default": "https://tenderapi.fr",
          "name": "TENDERAPI_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}