API Tools
datapoint.market
Provides API relay and MCP wrapper creation, dataset selling, and endpoint management.
ENDPOINT 1
https://api.datapoint.market/mcp
Known tools 27
list_endpointsList all of your endpoints (relays + MCP wrappers) with status and relay URLs.
create_api_relayCreate a paid API relay over an existing HTTP origin.
create_mcp_wrapperWrap an upstream MCP server, pricing each tool.
create_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.
publish_endpointPublish an endpoint (status->active).
update_endpointEdit an existing endpoint.
pause_endpointPause an endpoint (status->disabled): removed from the relay and the marketplace.
resume_endpointResume a paused endpoint (status->active).
delete_endpointDelete an endpoint (soft-delete: hidden, taken offline, slug freed; payment history kept).
list_automation_keysList your automation keys (prefix + lifecycle only; the secret is never returned).
revoke_automation_keyRevoke an automation key by id so it can no longer authenticate.
whoamiShow WHO you're authenticated as: account `slug`, `email`, and whether you have a verified email (required to sell / use custodial wallets).
search_marketplaceSearch the marketplace for data endpoints to BUY.
seek_dataCan't find the data you need?
get_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.
get_walletShow your managed wallet(s): chain, deposit address, and on-chain USDC balance.
create_walletGet-or-create your managed (custodial) wallet on a chain (base|solana|stellar) to pay for data — ONE wallet per chain.
create_buy_jobADVANCED (optional) — most buyers don't need this; just fund a wallet and call_endpoint with confirmed=true.
list_buy_jobsList your buy jobs (delegated spending keys) on a chain: budget vs.
close_buy_jobClose (revoke) a buy job by key_id so its spending_key can no longer be used.
get_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.
update_profileEdit your public profile — only provided fields change.
get_buy_policyShow your standing buy policy: max per call and confirm-above thresholds (null = unset).
set_buy_policySet standing buy guardrails: `max_per_call_usd` (calls above are blocked) and `confirm_above_usd` (calls above need confirmed=true).
call_endpointBUY one API-relay call (spends real USDC).
quote_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.
call_mcp_toolBUY one MCP-wrapper tool call (spends USDC).