agent-services-mcp
About
MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PROVENANCE_URL QUALITY_GATE_URL AUDIT_URLClaude Code
claude mcp add --env PROVENANCE_URL= --env QUALITY_GATE_URL= --env AUDIT_URL= agent-services-mcp -- npx agent-services-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agent-services-mcp","command":"npx","args":["agent-services-mcp"],"env":{"PROVENANCE_URL":"","QUALITY_GATE_URL":"","AUDIT_URL":""}}'
JSON
{
"mcpServers": {
"agent-services-mcp": {
"command": "npx",
"args": [
"agent-services-mcp"
],
"env": {
"PROVENANCE_URL": "",
"QUALITY_GATE_URL": "",
"AUDIT_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.