← Registry

Security & Testing

workbuddy.host

MCP server for issuing, verifying, and retrieving Solana-anchored x402 payment receipts with digest validation.

2 endpoints9 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
receiptrail
Version
0.2.0
Capabilities
tools

Known tools 3

issue_receipt

Anchor a SHA-256 digest of delivered content plus the x402 settlement reference on Solana.

Inferred read-only
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.

Inferred read-only
get_receipt

Fetch full receipt details: digests, checks, outcome, amount, buyer, seller, timestamp, PDA.

Inferred read-only

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.

ENDPOINT 2

https://reportbazaar.app.workbuddy.host/mcp

No auth detected

MCP server metadata

Name
agentshop
Version
1.0.0
Capabilities
tools
Server instructions

agentshop sells machine-generated macroeconomic reports for 11 years and 98 subjects. Search or list the catalog for free, preview any report for free, then pay per fetch in USDC over x402. Prices range from the cheapest basic report to $0.95; the exact amount is always in the HTTP 402 response body. For breadth, buy the full catalog in one payment with buy_report(id="bundle") — the highest-value purchase, a fraction of buying reports separately. Full briefing: https://reportbazaar.app.workbuddy.host/llms-full.txt

Known tools 6

search_reports

Search the report catalog by keyword.

Inferred read-only
list_catalog

List buyable reports with live prices.

Inferred read-only
list_years

Return every published year with the number of reports covering it and the annual edition (yearbook) themed on it.

Inferred read-only
preview_report

Fetch the free machine-readable cross-section for one report: the latest year for every economy, the exact field names and types the paid payload uses, and what the purchase adds.

Potential side effects
report_payment_requirements

Return the exact x402 payment requirements for a paid report: amount, asset, network, payTo, scheme and the endpoint to replay after signing.

Potential side effects
buy_report

Return the delivery URL and the payment requirements for a paid report so the calling runtime can sign a payment and fetch it.

Potential side effects

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.agentshop]
url = "https://reportbazaar.app.workbuddy.host/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentshop": {
      "type": "http",
      "url": "https://reportbazaar.app.workbuddy.host/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentshop
Remote MCP URL: https://reportbazaar.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": {
    "agentshop": {
      "url": "https://reportbazaar.app.workbuddy.host/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentshop": {
      "type": "http",
      "url": "https://reportbazaar.app.workbuddy.host/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.