Gopluto Ai Mcp
@goPluto-ai
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gopluto": {
"httpUrl": "https://api.gopluto.ai/mcp",
"headers": {
"gopluto-api-key": "YOUR_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论