Colosseum Copilot
Colosseum Copilot MCP 服务器
MCP 服务器将 Colosseum Copilot 引入 Cursor —— 搜索 5,400 多个 Solana 黑客松项目和 84,000 多份加密档案文档,以验证创业想法并研究生态系统。
快速开始
1. 获取 API 令牌
在 arena.colosseum.org/copilot 获取免费的 PAT
2. 选择安装方式
选项 A:从 GitHub 运行(最简单)
添加到 Cursor MCP 设置中:
{
"mcpServers": {
"colosseum-copilot": {
"command": "npx",
"args": [
"-y",
"github:securecheckio/colosseum-copilot-mcp"
],
"env": {
"COLOSSEUM_COPILOT_PAT": "your-token-here"
}
}
}
}选项 B:从本地克隆运行
git clone https://github.com/securecheckio/colosseum-copilot-mcp.git
cd colosseum-copilot-mcp
npm install添加到 Cursor MCP 设置中:
{
"mcpServers": {
"colosseum-copilot": {
"command": "node",
"args": ["/absolute/path/to/colosseum-copilot-mcp/index.js"],
"env": {
"COLOSSEUM_COPILOT_PAT": "your-token-here"
}
}
}
}3. 重启 Cursor
Related MCP server: Concordia MCP
使用方法
该 MCP 服务器包含一个 深度调研指南资源 (Deep Dive Guide resource),它教导 AI 如何编排工具以进行全面的研究工作流。AI 会在需要时自动读取此内容。
询问你的 Cursor AI:
Find Solana projects working on gasless transactions
Has anyone built a privacy-preserving stablecoin wallet?
Search for research papers about prediction markets
What were the most popular problem domains in Breakout hackathon?
Compare tech stacks used by winners vs non-winners进行深度研究时,触发完整工作流:
Vet this idea: [your startup idea]
Deep dive on DeFi lending in Solana
Should I build a privacy-preserving stablecoin wallet?
Validate this: cross-border payment system with stablecoinsAI 将自动按照 8 步深度调研流程编排多个工具。
包含内容
资源
深度调研指南 (
colosseum://deep-dive-guide) - 完整的工作流编排指南,教导 AI 如何使用以下工具进行全面研究
工具(共 11 个)
工具 | 描述 |
| 检查 API 连接 |
| 搜索 5,400 多个黑客松项目 |
| 搜索 84,000 多份档案文档 |
| 获取完整项目详情 |
| 读取档案文档内容 |
| 获取可用过滤器/黑客松 |
| 分析项目队列 |
| 比较两个队列 |
| 获取项目集群信息 |
| 建议档案来源 |
| 提交反馈 |
功能说明
诚实的竞争检查 - 立即告诉你是否有人已经构建了你的想法
差距分类 - 完全差距、部分差距或虚假差距
基于证据 - 每个答案都有真实数据支持,无推测
深度档案访问 - 赛博朋克文献、中本聪的电子邮件、尼克·萨博 (Nick Szabo) 的文章、协议文档、投资者研究、Solana Breakpoint 会议记录
故障排除
401 错误:PAT 过期/无效 - 在 arena.colosseum.org/copilot 获取新的
工具未显示:重启 Cursor,检查 MCP 配置路径,验证 PAT 是否已设置
构建失败:需要 Node.js 18+
资源
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides unified access to real-time and historical Solana ecosystem data through 40+ API endpoints, enabling LLM agents to query tokens, wallets, trades, and DeFi metrics.
- FlicenseCqualityDmaintenanceProvides comprehensive analytics for Solana wallets, enabling real-time portfolio insights, cross-protocol DeFi position monitoring, behavioral analytics, and AI-powered investment strategy recommendations across the Solana ecosystem.3
- FlicenseNot gradedqualityDmaintenanceEnables searching and analyzing Devpost hackathons, winning projects, and tech stack trends for hackathon preparation.
- AlicenseNot gradedqualityDmaintenanceProvides 76 tools for enterprise Solana development, enabling stablecoin issuance, payments, trading, wallet management, and compliance screening via natural language.12MIT
Related MCP Connectors
Intelligence marketplace on Solana — 86 tools, 168+ endpoints, per-call USDC.
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/securecheckio/colosseum-copilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server