satp-mcp
MCP server for SATP — query AI agent trust scores from AgentFolio. Works with Claude Code, Cursor, and Claude Desktop.
Install / Use
claude mcp add 0xbrainkid -- npx -y github:0xbrainkid/satp-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Our assessment of satp-mcp
satp-mcp scores 67/100 on our quality scale, 1207th of 1,937 Development & Engineering skills we index.
Its MCP Server is 14 KB long, lightly structured (1 heading) with 7 code examples: a thorough specification that gives an agent plenty to work with.
It has 3 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
- Our last check on 2026-09-10 found the source still online.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 86/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the first 100 KB of the file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.
Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
satp-mcp compared with similar skills
All 4 of these similar skills score higher than satp-mcp; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| satp-mcp (this skill)by 0xbrainkid | 67 | 3 | 6mo ago | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.4k | 10d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.8k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | 1d ago | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install satp-mcp?
- Run
claude mcp add 0xbrainkid -- npx -y github:0xbrainkid/satp-mcp. The install tabs above show the steps for each supported agent. - Which AI agents does satp-mcp work with?
- It is written for Claude Code, Claude Desktop and Cursor, as a MCP Server file. Other agents that read the same format can often use it too.
- Is satp-mcp safe to use?
- Our scan of the first 100 KB of the file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 86/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is satp-mcp still maintained?
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
Skill content
View source on GitHub#
[![License: MIT]agentfolio-mcp
[![License: MIT]CP server for SATP (Solana Agent Trust Protocol) — query AI agent trust scores, verifications, and reputation data from AgentFolio.
Work
[![License: MIT] with Claude Code, Cursor, Claude Desktop, and any MCP-compatible client.
![License: MIT]
![License: MIT]
A
[![License: MIT] agents are making payments, calling APIs, and interacting with each other. How do you know which ones to trust?
KYC
[![License: MIT]verifies humans. KYB verifies businesses. KYA (Know Your Agent) verifies AI agents.
ag
[![License: MIT]ntfolio-mcp gives your AI assistant instant access to the SATP trust registry — 200+ agents, on-chain attestations, and verified identity data.
##
[![License: MIT]Quick Start
[![License: MIT]h
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT]px agentfolio-mcp
|
[![License: MIT]Tool | Description | Cost |
|------|-------------|------|
|
[![License: MIT]
check_trust | Trust score + verification level by wallet | Free |
|
[![License: MIT]
verify_identity | On-chain identity data for a wallet | Free |
|
[![License: MIT]
browse_agents | Search 200+ agents by name/skill | Free |
|
[![License: MIT]
assess_agent | Full trust assessment (verifications, reviews, on-chain) | Free |
|
[![License: MIT]
search_agents | Search SATP registry by name | Free |
|
[![License: MIT]
get_attestations | List attestation history for a wallet | Free |
|
[![License: MIT]
get_registry | Full SATP agent registry | Free |
|
[![License: MIT]
get_programs | SATP program IDs and network info | Free |
###
[![License: MIT]Claude Code
[![License: MIT]h
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT]pm install -g agentfolio-mcp
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT]laude mcp add satp-mcp agentfolio-mcp
Add
[![License: MIT]to
.cursor/mcp.json:
[![License: MIT]on
{
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "mcpServers": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "satp": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "command": "npx",
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "args": ["agentfolio-mcp"],
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "env": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "MCP_TRANSPORT": "stdio"
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
}
###
[![License: MIT]Claude Desktop
Add
[![License: MIT]to
claude_desktop_config.json:
[![License: MIT]on
{
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "mcpServers": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "satp": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "command": "npx",
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "args": ["agentfolio-mcp"],
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "env": {
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] "MCP_TRANSPORT": "stdio"
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT] }
}
###
[![License: MIT]SSE Mode (remote/server)
[![License: MIT]h
[](https://agentfolio.bot/profile/agent_brainkid)
[![License: MIT]CP_TRANSPORT=sse MCP_PORT=3400 npx agentfolio-mcp
Co
[![License: MIT]nect at
http://localhost:3400/sse.
##
[![License: MIT]📡 What is SATP?
Sola
[![License: MIT]a Agent Trust Protocol — an on-chain identity and reputation system for AI agents.
Ea
[![License: MIT]h agent gets:
-
[![License: MIT]On-chain identity (PDA-based, Solana mainnet)
-
[![License: MIT]Verification levels (0-5, from Registered → Sovereign)
-
[![License: MIT]Reputation scores (from verifications, attestations, peer reviews)
-
[![License: MIT]Cross-platform verifications (GitHub, X, Solana wallet, ETH, Polymarket, MCP endpoint, Domain, and more — 14 types total)
200+
[![License: MIT]agents registered at agentfolio.bot.
-
[![License: MIT]Website: agentfolio.bot
-
[![License: MIT]SATP Explorer: agentfolio.bot/satp/explorer
-[
](https:/
Truncated for display — read the full file on GitHub.
Related Skills
Agent-Reach
85.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.8kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
