bureau-mcp-server

BrunoPolaski/bureau-mcp-server
★ 1 stars Go 🔌 API Integration Updated today
Go-based MCP server that orchestrates bureau integrations, standardizes responses, and exposes credit data via MCP and HTTP boundaries.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bureau-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/BrunoPolaski/bureau-mcp-server@latest"
      ]
    }
  }
}