Odel
simap mcp

simap mcp

Local
@digilac8TypeScriptMITUpdated 3 days ago

MCP server for simap.ch - Swiss public procurement platform

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@digilac/simap-mcpv1.4.0

Run

npx -y @digilac/simap-mcp

MCP client config

{
  "mcpServers": {
    "simap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@digilac/simap-mcp"
      ]
    }
  }
}