← workbuddy.host

INDIVIDUAL MCP TOOL

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.

workbuddy.hostnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

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

Related tools

  • search_reports — Search the report catalog by keyword.
  • list_catalog — List buyable reports with live prices.
  • list_years — Return every published year with the number of reports covering it and the annual edition (yearbook) themed on it.
  • 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.
  • 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.