← Back to browse

agent-services-mcp

Indexed by io.github.Gareth1953

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 varsPROVENANCE_URL QUALITY_GATE_URL AUDIT_URL
Claude Code
claude mcp add --env PROVENANCE_URL= --env QUALITY_GATE_URL= --env AUDIT_URL= agent-services-mcp -- npx agent-services-mcp
Cursor

Add to 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.