Intelligence MCP 서버
AI 에이전트에게 에이전트 결제 생태계 인텔리전스에 대한 액세스 권한을 제공하는 MCP 서버입니다. GitHub, Hacker News, npm에서 신호를 스캔하고, 이를 분류 및 점수화하여 실행 가능한 기회를 반환합니다.
도구
도구 | 설명 | 비용 |
| AP2, ACP, x402, MPP, UCP 전반의 새로운 저장소, 패키지 및 토론을 위해 GitHub, HN, npm을 스캔합니다. AI가 분류하고 점수를 매긴 기회를 반환합니다. 에이전트 결제 분야의 최근 활동이나 새로운 개발 사항에 대해 질문할 때 사용하세요. | $0.01 USDC |
| 제작자, 성숙도, 저장소 URL, 계층(인증, 상거래 또는 결제)을 포함한 특정 에이전트 결제 프로토콜의 표준 설명을 가져옵니다. 특정 프로토콜에 대해 질문할 때 사용하세요. | 무료 |
| 제작자, 계층, 에이전트 위임, 예산 한도, 가맹점 간 조정 및 MCP 통합 전반에 걸쳐 5개 프로토콜을 나란히 비교한 매트릭스입니다. 프로토콜을 비교할 때 사용하세요. | 무료 |
Related MCP server: AgentPay x402 — Economic-intelligence layer for AI Agents
설치
git clone https://github.com/goodmeta/intelligence-mcp.git
cd intelligence-mcp
npm install
cp .env.example .env # add your keys
npm run buildClaude Code와 함께 사용하기
Claude Code MCP 설정에 추가하세요:
{
"mcpServers": {
"intelligence": {
"command": "node",
"args": ["/path/to/intelligence-mcp/dist/index.js"],
"env": {
"GITHUB_PAT": "ghp_...",
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}그런 다음 Claude에게 다음과 같이 질문하세요: "지난 7일간의 에이전트 결제 기회를 스캔해 줘"
예시
> scan_opportunities(days=7, min_score=12)
Found 23 opportunities (99 signals scanned):
[19/20] [contribution] paygraph-ai/paygraph: Policy engine needs cross-gateway budget tracking
Action: File issue about cross-wallet coordination gap
Why: Building agent wallet with spend controls but no cross-gateway budget
https://github.com/paygraph-ai/paygraph
[18/20] [prospect] sentinelx402: Looking for x402 beta testers
Action: Offer to test with agent-verifier integration
...데이터 소스
GitHub: 추적 중인 조직의 새로운 저장소 + GitHub 전체 키워드 검색
Hacker News: 에이전트 결제 키워드와 일치하는 스토리 (Algolia API 사용)
npm: 프로토콜 키워드와 일치하는 새로운 패키지
제작자
Agent Payments Landscape 프로젝트의 일부입니다.
Maintenance
Latest Blog Posts
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/goodmeta/intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
