← Registry

API Tools

datapoint.market

Provides API relay and MCP wrapper creation, dataset selling, and endpoint management.

x402 supported1 endpoint27 known toolsFirst detected July 17, 2026Last detected August 25, 2026

ENDPOINT 1

https://api.datapoint.market/mcp

No auth detected

MCP server metadata

Name
datapoint.market management
Version
1
Capabilities
tools
Server instructions

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_endpoints

List all of your endpoints (relays + MCP wrappers) with status and relay URLs.

Inferred read-only
create_api_relay

Create a paid API relay over an existing HTTP origin.

Potential side effects
create_mcp_wrapper

Wrap an upstream MCP server, pricing each tool.

Inferred read-only
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.

Potential side effects
publish_endpoint

Publish an endpoint (status->active).

Potential side effects
update_endpoint

Edit an existing endpoint.

Potential side effects
pause_endpoint

Pause an endpoint (status->disabled): removed from the relay and the marketplace.

Inferred read-only
resume_endpoint

Resume a paused endpoint (status->active).

Inferred read-only
delete_endpoint

Delete an endpoint (soft-delete: hidden, taken offline, slug freed; payment history kept).

Potential side effects
list_automation_keys

List your automation keys (prefix + lifecycle only; the secret is never returned).

Inferred read-only
revoke_automation_key

Revoke an automation key by id so it can no longer authenticate.

Inferred read-only
whoami

Show WHO you're authenticated as: account `slug`, `email`, and whether you have a verified email (required to sell / use custodial wallets).

Potential side effects
search_marketplace

Search the marketplace for data endpoints to BUY.

Inferred read-only
seek_data

Can't find the data you need?

Inferred read-only
get_endpoint_sample

Get 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-only
get_wallet

Show your managed wallet(s): chain, deposit address, and on-chain USDC balance.

Inferred read-only
create_wallet

Get-or-create your managed (custodial) wallet on a chain (base|solana|stellar) to pay for data — ONE wallet per chain.

Potential side effects
create_buy_job

ADVANCED (optional) — most buyers don't need this; just fund a wallet and call_endpoint with confirmed=true.

Inferred read-only
list_buy_jobs

List your buy jobs (delegated spending keys) on a chain: budget vs.

Inferred read-only
close_buy_job

Close (revoke) a buy job by key_id so its spending_key can no longer be used.

Inferred read-only
get_profile

Show 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-only
update_profile

Edit your public profile — only provided fields change.

Potential side effects
get_buy_policy

Show your standing buy policy: max per call and confirm-above thresholds (null = unset).

Inferred read-only
set_buy_policy

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

Inferred read-only
call_endpoint

BUY one API-relay call (spends real USDC).

Inferred read-only
quote_endpoint

Get 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 effects
call_mcp_tool

BUY one MCP-wrapper tool call (spends USDC).

Inferred read-only

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

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.