← datapoint.market

INDIVIDUAL MCP TOOL

set_buy_policy

Set standing buy guardrails: `max_per_call_usd` (calls above are blocked) and `confirm_above_usd` (calls above need confirmed=true).

datapoint.marketnone authenticationAvailability not checked

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 endpoint

datapoint.market

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.datapoint-market]
url = "https://api.datapoint.market/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "datapoint-market": {
      "type": "http",
      "url": "https://api.datapoint.market/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: datapoint-market
Remote MCP URL: https://api.datapoint.market/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": {
    "datapoint-market": {
      "url": "https://api.datapoint.market/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "datapoint-market": {
      "type": "http",
      "url": "https://api.datapoint.market/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "datapoint-market",
  "transport": "streamable-http",
  "url": "https://api.datapoint.market/mcp"
}
MCP Inspector

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

Related tools

  • list_endpoints — List all of your endpoints (relays + MCP wrappers) with status and relay URLs.
  • create_api_relay — Create a paid API relay over an existing HTTP origin.
  • create_mcp_wrapper — Wrap an upstream MCP server, pricing each tool.
  • create_dataset — Sell a DATASET the easy way: give a `download_url` (a link to your file, or a small endpoint that returns a presigned URL on payment), `price_usd`, `pay_to`, `networks`, and a few `sample_rows` shown as the free preview.
  • publish_endpoint — Publish an endpoint (status->active).
  • update_endpoint — Edit an existing endpoint.
  • pause_endpoint — Pause an endpoint (status->disabled): removed from the relay and the marketplace.
  • resume_endpoint — Resume a paused endpoint (status->active).