← Back to Plugins
MCP Server MCP

io.github.Gareth1953/agent-services-mcp

github By github 👁 1 views ▲ 0 votes

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agent-services-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the provenance-receipts service. Optional; defaults to the live workers.dev URL.",
          "format": "string",
          "name": "PROVENANCE_URL"
        },
        {
          "description": "Base URL of the quality-gate service. Optional; defaults to the live workers.dev URL.",
          "format": "string",
          "name": "QUALITY_GATE_URL"
        },
        {
          "description": "Base URL of the agent-action-audit service. Optional; defaults to the live workers.dev URL.",
          "format": "string",
          "name": "AUDIT_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...