Connect your MCP client

After verifying your email and creating an API key, connect using either remote MCP or the stdio bridge.

Remote MCP

{
  "url": "https://bidoppsai.com/mcp",
  "headers": { "x-api-key": "sk-sgmcp-your-key-here" }
}

Claude Desktop / npx bridge

{
  "mcpServers": {
    "samgov": {
      "command": "npx",
      "args": ["-y", "samgov-mcp"],
      "env": { "SAMGOV_MCP_API_KEY": "sk-sgmcp-your-key-here" }
    }
  }
}

Available tools