← datapoint.market
INDIVIDUAL MCP TOOL
delete_endpoint
Delete an endpoint (soft-delete: hidden, taken offline, slug freed; payment history kept).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
- A tool name or description suggests a financial action.
Parent endpoint
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).