Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
claude mcp add mcp-server -- npx -y @agenttrust/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agenttrust/mcp-server"
]
}
}
}
Used it in a multi-step workflow; results were consistent.
Used it in a multi-step workflow; results were consistent.
Used it in a multi-step workflow; results were consistent.
Used it in a multi-step workflow; results were consistent.
POST /mcp