Token导航 LogoToken导航TokenDH.com
GoPluto MCP logo
搜索检索stdio官方级别未说明来源级核验

GoPluto MCP

MCP Server

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.\\r\\n\\r\\nGoPluto is the quick commerce of services, designed to connect you with the right live expert in minutes. Whether you’re stuck on a technical issue, need business guidance, or want creative input, simply Ask Pluto. Our system instantly matches you with verified service providers who can step in and resolve your problem on the spot.\\r\\n\\r\\nWith GoPluto, you get the best of both worlds:\\r\\n\\r\\n⚡ AI-powered discovery to surface the right context, categories, and providers\\r\\n👨‍💻 Human expertise on demand, available in under 60 seconds\\r\\n🔄 Seamless integration with your workflows — no switching tools or wasting time\\r\\n✅ Verified knowledge and real solutions, not hallucinations or outdated docs\\r\\n\\r\\nGoPluto.ai = AI speed + human expertise.\\r\\nFrom query → expert → solution, all in minutes.

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
AI编程助手PythonClaudeClaudeCursorWindsurfVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

goPluto-ai

提供方

goPluto-ai

最后核验

2026/5/18 02:18

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run python3 /ABSOLUTE/PATH/TO/gopluto-mcp/main.py

详细介绍

Cover

GoPluto MCP——随时提供最新的服务知识和摘要

![Install in Cursor (Remote)](https://cursor.com/en/install-mcp?name=gopluto&config=eyJ1cmwiOiJodHRwczovL2FwaS5nb3BsdXRvLmFpL21jcCIsImhlYWRlcnMiOnsiZ29wbHV0by1hcGkta2V5IjoiWU9VUl9BUElfS0VZIn19)

GoPluto MCP让AI编码助手拉 新鲜的服务/提供商知识, 路由规则,以及 即贴式代码片段 来自GoPluto——就在你的提示内。

______________________________________________________________________

❌ 没有GoPluto

  • ❌ 无法保证在您实际需要时找到合适的专家
  • ❌ 虚构的供应商和破碎的流程浪费时间
  • ❌ 人与人之间不断的上下文切换会减缓你的速度

✅ 与GoPluto合作

添加 use gopluto 在您的提示中(或设置一次规则),助手将获取 GoPluto实况:

  • 新鲜、经过验证的提供商知识直接拉入您的提示
  • 即时提供者匹配提示和过滤器
  • 在几分钟内为专家访问提供最小的有效载荷和代码片段

例子

Draft a WhatsApp onboarding flow that asks for experts within minutes. use gopluto
Show me the minimal payload to create a Service Request and start matching experts in under 60 seconds. use gopluto

______________________________________________________________________

🛠️ 安装

需求

  • 任何支持MCP的客户端(Cursor、Claude Code、VS Code、Windsurf、Zed等)
  • GoPluto API密钥 (保持客户端)
  • 网络访问 https://api.gopluto.ai/mcp

身份验证标头: gopluto-api-key: YOUR_API_KEY

如果您的客户端无法将标头附加到远程服务器,请使用附带的 本地stdio代理 (main.py)为您添加标题。

______________________________________________________________________

光标

一键式(远程HTTP)

![Install in Cursor (Remote)](https://cursor.com/en/install-mcp?name=gopluto&config=eyJ1cmwiOiJodHRwczovL2FwaS5nb3BsdXRvLmFpL21jcCIsImhlYWRlcnMiOnsiZ29wbHV0by1hcGkta2V5IjoiWU9VUl9BUElfS0VZIn19)

手动(远程)

{
  "mcpServers": {
    "gopluto": {
      "url": "https://api.gopluto.ai/mcp",
      "headers": { "gopluto-api-key": "YOUR_API_KEY" }
    }
  }
}

本地(stdio代理)

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"],
      "env": {
        "GOPLUTO_MCP_URL": "https://api.gopluto.ai/mcp",
        "GOPLUTO_AUTH_HEADER": "gopluto-api-key",
        "GOPLUTO_API_KEY": "YOUR_API_KEY",
        "GOPLUTO_TRANSPORT": "sse"
      }
    }
  }
}

______________________________________________________________________

克劳德代码(CLI)

远程

claude mcp add --transport http gopluto https://api.gopluto.ai/mcp \
  --header "gopluto-api-key: YOUR_API_KEY"

本地

claude mcp add gopluto -- uv run python3 /ABSOLUTE/PATH/TO/gopluto-mcp/main.py

______________________________________________________________________

帆板运动

远程

{
  "mcpServers": {
    "gopluto": {
      "serverUrl": "https://api.gopluto.ai/mcp",
      "headers": { "gopluto-api-key": "YOUR_API_KEY" }
    }
  }
}

本地

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

VS代码(副驾驶聊天MCP)

远程

"mcp": {
  "servers": {
    "gopluto": {
      "type": "http",
      "url": "https://api.gopluto.ai/mcp",
      "headers": { "gopluto-api-key": "YOUR_API_KEY" }
    }
  }
}

本地

"mcp": {
  "servers": {
    "gopluto": {
      "type": "stdio",
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

克莱恩

市场 → 搜索 GoPluto安装

手动(远程)

{
  "mcpServers": {
    "gopluto": {
      "url": "https://api.gopluto.ai/mcp",
      "type": "streamableHttp",
      "headers": { "gopluto-api-key": "YOUR_API_KEY" }
    }
  }
}

______________________________________________________________________

泽德

{
  "context_servers": {
    "GoPluto": {
      "command": {
        "path": "uv",
        "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
      }
    }
  }
}

______________________________________________________________________

增强代码

用户界面 → 设置→ 工具→ +添加MCP → 命令:

uv run python3 /ABSOLUTE/PATH/TO/gopluto-mcp/main.py

手册

"augment.advanced": {
  "mcpServers": [
    {
      "name": "gopluto",
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  ]
}

______________________________________________________________________

Roo代码

远程

{
  "mcpServers": {
    "gopluto": {
      "type": "streamable-http",
      "url": "https://api.gopluto.ai/mcp",
      "headers": { "gopluto-api-key": "YOUR_API_KEY" }
    }
  }
}

本地

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

双子星命令行工具

远程

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

本地

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

克劳德桌面版

远程:设置→ 连接器→ 添加自定义连接器\ 网址: https://api.gopluto.ai/mcp\ 头球 gopluto-api-key: YOUR_API_KEY

本地:开发人员设置→ edit claude_desktop_config.json

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"],
      "env": {
        "GOPLUTO_MCP_URL": "https://api.gopluto.ai/mcp",
        "GOPLUTO_AUTH_HEADER": "gopluto-api-key",
        "GOPLUTO_API_KEY": "YOUR_API_KEY",
        "GOPLUTO_TRANSPORT": "sse"
      }
    }
  }
}

______________________________________________________________________

开放代码

远程

"mcp": {
  "gopluto": {
    "type": "remote",
    "url": "https://api.gopluto.ai/mcp",
    "headers": { "gopluto-api-key": "YOUR_API_KEY" },
    "enabled": true
  }
}

本地

"mcp": {
  "gopluto": {
    "type": "local",
    "command": ["uv","run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"],
    "enabled": true
  }
}

______________________________________________________________________

JetBrains人工智能助手

设置→ 工具→ AI助手→ 模型上下文协议(MCP)+添加JSON格式

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

基罗

{
  "mcpServers": {
    "GoPluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}

______________________________________________________________________

远程

{
  "mcpServers": {
    "gopluto": { "url": "https://api.gopluto.ai/mcp" }
  }
}

本地

{
  "mcpServers": {
    "gopluto": {
      "command": "uv",
      "args": ["run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

______________________________________________________________________

Bun/Deno(当地)

包子

{
  "mcpServers": {
    "gopluto": {
      "command": "bunx",
      "args": ["uv","run","python3","/ABSOLUTE/PATH/TO/gopluto-mcp/main.py"]
    }
  }
}

迪诺

{
  "mcpServers": {
    "gopluto": {
      "command": "deno",
      "args": ["run","--allow-run","--allow-env","--allow-net","/ABSOLUTE/PATH/TO/gopluto-mcp/deno_shim.ts"]
    }
  }
}

______________________________________________________________________

Docker(本地HTTP)

Dockerfile

FROM python:3.11-slim
WORKDIR /app
COPY requirements.txt main.py ./
RUN pip install --no-cache-dir -r requirements.txt
ENV GOPLUTO_MCP_URL=https://api.gopluto.ai/mcp \
    GOPLUTO_AUTH_HEADER=gopluto-api-key \
    GOPLUTO_TRANSPORT=sse
EXPOSE 12006
CMD ["python","main.py","--mode","http","--host","0.0.0.0","--port","12006"]

运行:

docker build -t gopluto-mcp .
docker run --rm -p 12006:12006 -e GOPLUTO_API_KEY=YOUR_API_KEY gopluto-mcp

向您的客户指出 http://localhost:12006.

______________________________________________________________________

Windows笔记

如果路径/引用很棘手,请使用 cmd /c 或PowerShell;更喜欢绝对路径 commandargs.

______________________________________________________________________

🔧 可用工具(示例)

  • resolve-gopluto-id –将包/服务名称解析为GoPluto ID
  • get-gopluto-docs –获取GoPluto ID的文档/片段
  • search-providers –按技能/地理/预算查询提供商
  • create-service-request –最小有效载荷助手

*(上游服务器的工具列表可能会发生变化;请使用客户端的工具检查器来列出它们。)*

______________________________________________________________________

🛟 Tips

添加规则以自动使用GoPluto

Always use gopluto when I ask for service matching, onboarding flows, or API payloads.
Automatically call GoPluto MCP tools to resolve IDs and fetch snippets.

HTTPS代理:标准 HTTPS_PROXY / https_proxy env变量适用。

______________________________________________________________________

💻 发展(本地代理)

uv pip install -r requirements.txt
export GOPLUTO_API_KEY="YOUR_REAL_KEY"
uv run python3 main.py               # stdio (default)
# or:
uv run python3 main.py --mode http --port 12006

烟雾测试远程服务器

curl -X POST "https://api.gopluto.ai/mcp" \
  -H "Content-Type: application/json" \
  -H "gopluto-api-key: $GOPLUTO_API_KEY" \
  -d '{"jsonrpc":"2.0","id":"1","method":"initialize","params":{"protocolVersion":"2025-06-18"}}'

______________________________________________________________________

🚨 故障排除

  • 401/403 → 错误/缺失 gopluto-api-key
  • 客户端无法添加标头 → 使用本地stdio代理
  • TLS问题 → set SSL_CERT_FILE 对于Python
  • 找不到模块(节点) → 更喜欢Python代理(不需要节点)

______________________________________________________________________

📄 许可证

麻省理工学院

目录标签

目录标签

AI编程助手PythonClauderesearch-and-datamcpExpertsMCPFreelancersMCPllmmcp-server混合部署实时知识库API集成代码片段专家服务

支持客户端

ClaudeCursorWindsurfVS Code

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

gopluto-ai-mcp logo

MCP.so

mcp.so

/server/gopluto-ai-mcp/goPluto-ai

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.\\r\\n\\r\\nGoPluto is the quick commerce of services, designed to connect you with the right live expert in minutes. Whether you’re stuck on a technical issue, need business guidance, or want creative input, simply Ask Pluto. Our system instantly matches you with verified service providers who can step in and resolve your problem on the spot.\\r\\n\\r\\nWith GoPluto, you get the best of both worlds:\\r\\n\\r\\n⚡ AI-powered discovery to surface the right context, categories, and providers\\r\\n👨‍💻 Human expertise on demand, available in under 60 seconds\\r\\n🔄 Seamless integration with your workflows — no switching tools or wasting time\\r\\n✅ Verified knowledge and real solutions, not hallucinations or outdated docs\\r\\n\\r\\nGoPluto.ai = AI speed + human expertise.\\r\\nFrom query → expert → solution, all in minutes.

gopluto-ai-mcp logo

MCP World

mcpworld.com

/detail/a8aec17b445fd5ed07f8719e4db20e74

GoPluto MCP是一款为AI编程助手提供实时服务知识、路由规则和代码片段的插件,适用于快速获取专家服务和API集成场景。

GO

Glama

glama.ai

/mcp/servers/goPluto-ai/gopluto-ai-mcp

Enables AI assistants to access fresh service provider knowledge, routing rules, and code snippets from GoPluto for expert matching and onboarding flows. Provides tools to search providers, create service requests, and fetch up-to-date documentation directly in prompts.

继续浏览同类 MCP