← futureparse.com

INDIVIDUAL MCP TOOL

marketplace_purchase

Verify one atomic Solana USDC transaction paying seller and the explicit FutureParse protocol fee, durably record payment evidence, and await seller-pushed signed fulfillment.

futureparse.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://futureparse.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for marketplace_purchase 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 a financial action.

Parent server

futureparse.com

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.futureparse-agent-commerce]
url = "https://futureparse.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "futureparse-agent-commerce": {
      "type": "http",
      "url": "https://futureparse.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: futureparse-agent-commerce
Remote MCP URL: https://futureparse.com/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": {
    "futureparse-agent-commerce": {
      "url": "https://futureparse.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "futureparse-agent-commerce": {
      "type": "http",
      "url": "https://futureparse.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "futureparse-agent-commerce",
  "transport": "streamable-http",
  "url": "https://futureparse.com/mcp"
}
MCP Inspector

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

Related tools

  • store_catalog — List the preserved Future Parse first-party catalog.
  • store_checkout — PARKED compatibility tool.
  • store_delivery — PARKED compatibility tool.
  • verify_claim — Check a factual claim against the Future Parse signed feed.
  • search_feed — Search the Future Parse feed by topic.
  • research_preview — Preview a topic before purchase: ranked metadata for matching stories plus one fixed full-body proof sample that demonstrates the signed Merkle contract.
  • whats_new — List items published or updated since a timestamp (ISO date) or itemsHash.
  • submit_tip — Pitch a story to the Future Parse newsroom.