Serversio.github.OjasKord/tender-mcp
M

Tender MCP

io.github.OjasKord/tender-mcp · v1.2.6
▦ npm
v1.2.6npm npm: tender-mcp🌐 https://tender-mcp-production.up.railway.app↗ Website↗ 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.OjasKord/tender-mcp",
  "description": "Government tender search for AI agents. UK, EU and US procurement opportunities.",
  "title": "Tender MCP",
  "repository": {
    "url": "https://github.com/OjasKord/tender-mcp",
    "source": "github"
  },
  "version": "1.2.6",
  "websiteUrl": "https://kordagencies.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tender-mcp",
      "version": "1.2.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key for AI-powered tender scoring",
          "isRequired": true,
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://tender-mcp-production.up.railway.app"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}