MCP Server
Maintained
MIT
io.github.bch1212/agenttrust MCP Server
io.github.bch1212/agenttrust
What is the io.github.bch1212/agenttrust MCP server?
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
How to install io.github.bch1212/agenttrust
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENTTRUST_API_KEYsecretAPI key for write operations. Reads are public. Free tier: 100 writes/day.
AGENTTRUST_API_BASEOverride the API base URL for self-hosted deployments.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<YOUR_AGENTTRUST_API_BASE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<YOUR_AGENTTRUST_API_BASE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agenttrust": {
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<YOUR_AGENTTRUST_API_BASE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agenttrust": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenttrust-mcp"
],
"env": {
"AGENTTRUST_API_KEY": "<YOUR_AGENTTRUST_API_KEY>",
"AGENTTRUST_API_BASE": "<YOUR_AGENTTRUST_API_BASE>"
}
}
}
}Claude Code
claude mcp add agenttrust --env AGENTTRUST_API_KEY=<YOUR_AGENTTRUST_API_KEY> --env AGENTTRUST_API_BASE=<YOUR_AGENTTRUST_API_BASE> -- npx -y agenttrust-mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
1
View repository →Python
MIT
io.github.bch1212/agent-commerce-mcp
Maintained
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
0
View repository →TypeScript
MIT
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0
View repository →Python
MIT
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
0
View repository →Python
MIT
io.github.bch1212/bizintel
Maintained
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
0
View repository →Python
MIT