← workbuddy.host

INDIVIDUAL MCP TOOL

verify_receipt

Verify an AgentToll receipt against live Solana state: PDA owner must be the AgentToll program and the stored digest must match the receipt.

workbuddy.hostnone authenticationAvailability not checked

LIVE ENDPOINT

https://agenttoll-receipts.app.workbuddy.host/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_receipt and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

workbuddy.host

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.receiptrail]
url = "https://agenttoll-receipts.app.workbuddy.host/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "receiptrail": {
      "type": "http",
      "url": "https://agenttoll-receipts.app.workbuddy.host/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: receiptrail
Remote MCP URL: https://agenttoll-receipts.app.workbuddy.host/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "receiptrail": {
      "url": "https://agenttoll-receipts.app.workbuddy.host/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "receiptrail": {
      "type": "http",
      "url": "https://agenttoll-receipts.app.workbuddy.host/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "receiptrail",
  "transport": "streamable-http",
  "url": "https://agenttoll-receipts.app.workbuddy.host/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • issue_receipt — Anchor a SHA-256 digest of delivered content plus the x402 settlement reference on Solana.
  • get_receipt — Fetch full receipt details: digests, checks, outcome, amount, buyer, seller, timestamp, PDA.