Security & Testing
workbuddy.host
MCP server for issuing, verifying, and retrieving Solana-anchored x402 payment receipts with digest validation.
ENDPOINT 1
https://agenttoll-receipts.app.workbuddy.host/mcp
MCP server metadata
- Name
- receiptrail
- Version
- 0.2.0
Known tools 3
issue_receiptAnchor a SHA-256 digest of delivered content plus the x402 settlement reference on Solana.
Inferred read-onlyverify_receiptVerify an AgentToll receipt against live Solana state: PDA owner must be the AgentToll program and the stored digest must match the receipt.
Inferred read-onlyget_receiptFetch full receipt details: digests, checks, outcome, amount, buyer, seller, timestamp, PDA.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- agentshop
- Version
- 1.0.0
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
list_yearsReturn every published year with the number of reports covering it and the annual edition (yearbook) themed on it.
Inferred read-onlypreview_reportFetch 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 effectsreport_payment_requirementsReturn the exact x402 payment requirements for a paid report: amount, asset, network, payTo, scheme and the endpoint to replay after signing.
Potential side effectsbuy_reportReturn the delivery URL and the payment requirements for a paid report so the calling runtime can sign a payment and fetch it.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.