API Tools
datapoint.market
Provides API relay and MCP wrapper creation, dataset selling, and endpoint management.
ENDPOINT 1
https://api.datapoint.market/mcp
MCP server metadata
- Name
- datapoint.market management
- Version
- 1
Connected as an anonymous client. Browse (search_marketplace, get_endpoint_sample, quote_endpoint) and buy (call_endpoint, call_mcp_tool) need no account. Selling and custodial wallet/budget tools require signing in with a verified email.
Known tools 27
list_endpointsList all of your endpoints (relays + MCP wrappers) with status and relay URLs.
Inferred read-onlycreate_datasetSell 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.
Potential side effectspause_endpointPause an endpoint (status->disabled): removed from the relay and the marketplace.
Inferred read-onlydelete_endpointDelete an endpoint (soft-delete: hidden, taken offline, slug freed; payment history kept).
Potential side effectslist_automation_keysList your automation keys (prefix + lifecycle only; the secret is never returned).
Inferred read-onlyrevoke_automation_keyRevoke an automation key by id so it can no longer authenticate.
Inferred read-onlywhoamiShow WHO you're authenticated as: account `slug`, `email`, and whether you have a verified email (required to sell / use custodial wallets).
Potential side effectsget_endpoint_sampleGet the full free sample for one endpoint: its response JSON Schema + a synthetic example + state axes (provenance/protection/freshness), the JOIN CARD (which columns/params are join handles — plan how this fuses with data you already have BEFORE paying), and per-tool input schemas for MCP wrappers.
Inferred read-onlyget_walletShow your managed wallet(s): chain, deposit address, and on-chain USDC balance.
Inferred read-onlycreate_walletGet-or-create your managed (custodial) wallet on a chain (base|solana|stellar) to pay for data — ONE wallet per chain.
Potential side effectscreate_buy_jobADVANCED (optional) — most buyers don't need this; just fund a wallet and call_endpoint with confirmed=true.
Inferred read-onlyclose_buy_jobClose (revoke) a buy job by key_id so its spending_key can no longer be used.
Inferred read-onlyget_profileShow your public profile (the /u/<your-handle> page): name, profile_type (individual|team|company), bio, avatar_url, website_url, social_links, the verified badge, and a completeness meter.
Inferred read-onlyget_buy_policyShow your standing buy policy: max per call and confirm-above thresholds (null = unset).
Inferred read-onlyset_buy_policySet standing buy guardrails: `max_per_call_usd` (calls above are blocked) and `confirm_above_usd` (calls above need confirmed=true).
Inferred read-onlyquote_endpointGet the x402 payment requirements (accepts: price, network, payTo, nonce) for an endpoint or one MCP tool — so a bring-your-own-wallet agent can sign and pay.
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.datapoint-market-management]
url = "https://api.datapoint.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"datapoint-market-management": {
"type": "http",
"url": "https://api.datapoint.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: datapoint-market-management
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-management": {
"url": "https://api.datapoint.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"datapoint-market-management": {
"type": "http",
"url": "https://api.datapoint.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "datapoint-market-management",
"transport": "streamable-http",
"url": "https://api.datapoint.market/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for datapoint.market was fetched 2026-07-26T20:48:51.341Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.