MCP.so
Sign In

Gopluto Ai Mcp

@goPluto-ai

About Gopluto Ai Mcp

AI assistants are powerful, but sometimes you still need the human touch — a real expert who understands your exact challenge and can solve it fast. That’s where GoPluto.ai comes in.

Basic information

Category

Other

Transports

stdio

Publisher

goPluto-ai

Submitted by

Navin Kumar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gopluto": {
      "httpUrl": "https://api.gopluto.ai/mcp",
      "headers": {
        "gopluto-api-key": "YOUR_API_KEY",
        "Accept": "application/json, text/event-stream"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gopluto Ai Mcp?

GoPluto MCP is an HTTP‑remote MCP server that lets AI coding assistants pull fresh service/provider knowledge, routing rules, and ready‑to‑paste snippets from the GoPluto platform directly into their prompt.

How to use Gopluto Ai Mcp?

Add use gopluto in your prompt (or set a persistent client rule). The server provides tools such as resolve-gopluto-id, get-gopluto-docs, search-providers, and create-service-request. You need a GoPluto API key and network access to https://api.gopluto.ai/mcp. Install via one‑click for Cursor or manually configure the remote endpoint (with auth header) or the local stdio proxy (main.py) for clients that cannot attach custom headers.

Key features of Gopluto Ai Mcp

  • Fresh, verified provider knowledge pulled directly into prompts
  • Instant provider matching hints and filters
  • Minimal payloads and code snippets for expert access
  • Tools to resolve IDs, fetch docs, search providers, and create service requests
  • Works with any MCP‑capable client (Cursor, Claude Code, VS Code, Windsurf, Zed, etc.)
  • Supports both remote HTTP and local stdio proxy transports

Use cases of Gopluto Ai Mcp

  • Draft a WhatsApp onboarding flow that asks for experts within minutes
  • Show the minimal payload to create a Service Request and start matching experts in under 60 seconds
  • Query providers by skills, geography, and budget
  • Resolve a package or service name to a GoPluto ID

FAQ from Gopluto Ai Mcp

What are the requirements to use Gopluto Ai Mcp?

Any MCP‑capable client, a GoPluto API key (kept client‑side), and network access to https://api.gopluto.ai/mcp.

How do I authenticate with the remote server?

Send the header gopluto-api-key: YOUR_API_KEY with every request. If your client cannot attach custom headers, use the included local stdio proxy (main.py) which adds the header for you.

What transport options are available?

Connect directly via HTTP remote (streamableHttp/SSE) or run a local stdio proxy (uv run python3 main.py). The proxy supports HTTP mode as well (e.g., --mode http --port 12006).

What should I do if I get a 401 or 403 error?

Check that your gopluto-api-key header is correct and present. If your client cannot send headers, switch to the local proxy.

Are there any TLS or proxy considerations?

Standard HTTPS_PROXY / https_proxy environment variables work. For Python TLS issues, set SSL_CERT_FILE. The proxy does not require Node.js.

Comments

More Other MCP servers