Colosseum Copilot
Colosseum Copilot MCPサーバー
Colosseum CopilotをCursorで利用可能にするMCPサーバーです。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 installCursorの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サーバーには、AIが包括的な調査ワークフローのためにツールを調整する方法を教えるDeep Dive Guideリソースが含まれています。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ステップの深掘り調査プロセスに従って、複数のツールを自動的に調整します。
含まれるもの
リソース
Deep Dive Guide (
colosseum://deep-dive-guide) - 以下のツールを使用して包括的な調査を行う方法をAIに教える、完全なワークフロー調整ガイド
ツール(合計11個)
ツール | 説明 |
| API接続の確認 |
| 5,400以上のハッカソンプロジェクトを検索 |
| 84,000以上のアーカイブドキュメントを検索 |
| プロジェクトの詳細を取得 |
| アーカイブドキュメントの内容を読み取る |
| 利用可能なフィルター/ハッカソンを取得 |
| プロジェクトコホートを分析 |
| 2つのコホートを比較 |
| プロジェクトクラスター情報を取得 |
| アーカイブソースを提案 |
| フィードバックを送信 |
機能
競合チェック - 誰かがすでにあなたのアイデアを構築済みかどうかを即座に判断します
ギャップ分類 - 完全なギャップ、部分的なギャップ、または誤ったギャップの判定
エビデンスベース - すべての回答は実際のデータに基づき、推測は含みません
詳細なアーカイブへのアクセス - サイファーパンク文献、サトシ・ナカモトのメール、ニック・サボのエッセイ、プロトコルドキュメント、投資家向け調査、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