MCP for quick human experts
MCP for quick human experts. The gopluto ai mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 11 defined tools rather than through you.
Add use gopluto in your prompt (or set a rule once) and the assistant fetches live GoPluto context:
Everything the assistant can do here goes through one of these:
resolve-gopluto-id — Resolve a package/service name to a GoPluto IDget-gopluto-docs — Fetch docs/snippets for a GoPluto IDsearch-providers — Query providers by skills/geo/budgetcreate-service-request — Minimal payload helperRequirements — The Requirements tool exposed by this serverCursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverCline — The Cline tool exposed by this serverOpencode — The Opencode tool exposed by this serverKiro — The Kiro tool exposed by this serverTrae — The Trae tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
You will need 6 environment variables: GOPLUTO_MCP_URL, GOPLUTO_AUTH_HEADER, GOPLUTO_API_KEY, GOPLUTO_TRANSPORT, YOUR_API_KEY, YOUR_REAL_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
https://api.gopluto.ai/mcp Auth header: gopluto-api-key: YOUR_API_KEY > If your client can’t attach headers to remote servers, use the included local stdio proxy (main.py) to add the header for you. ---Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. GoPluto AI MCP's toolset — resolve-gopluto-id, get-gopluto-docs, search-providers and 8 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| resolve-gopluto-id | Resolve a package/service name to a GoPluto ID |
| get-gopluto-docs | Fetch docs/snippets for a GoPluto ID |
| search-providers | Query providers by skills/geo/budget |
| create-service-request | Minimal payload helper |
| Requirements | The Requirements tool exposed by this server. |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| Cline | The Cline tool exposed by this server. |
| Opencode | The Opencode tool exposed by this server. |
| Kiro | The Kiro tool exposed by this server. |
| Trae | The Trae tool exposed by this server. |
{
"mcpServers": {
"gopluto": {
"url": "https://api.gopluto.ai/mcp",
"headers": { "gopluto-api-key": "YOUR_API_KEY" }
}
}
}Configuration as documented by the project. Restart the client after saving.
https://api.gopluto.ai/mcp Auth header: gopluto-api-key: YOUR_API_KEY > If your client can’t attach headers to remote servers, use the included local stdio proxy (main.py) to add the header for you. ---| Variable | Description | Required |
|---|---|---|
| GOPLUTO_MCP_URL | Endpoint or connection string the server talks to. | Yes |
| GOPLUTO_AUTH_HEADER | Configuration value read at startup. | Optional |
| GOPLUTO_API_KEY | Credential the server authenticates with. | Yes |
| GOPLUTO_TRANSPORT | Configuration value read at startup. | Optional |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_REAL_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.