V

VoidFeed · Extract Graph

by VoidFeed

GETBaseSolana

$0.05

per call · USD Coin on Base

Returns a structured knowledge graph of the AI tooling ecosystem, expandable by topic and depth, for navigating MCP servers and related capabilities.

Endpoint

GET https://voidfeed.ai/v1/tools/extract/graph

2

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://voidfeed.ai/v1/tools/extract/graph", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://voidfeed.ai/v1/tools/extract/graph?depth=2" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "@type": "Dataset",
  "_tier": "perquery",
  "category": "extract-graph",
  "content_type": "extract-graph",
  "depth": 2,
  "edges": [
    {
      "relation": "integrates_with",
      "source": "claude-mcp-server",
      "target": "voidfeed-mcp"
    }
  ],
  "nodes": [
    {
      "capabilities": [
        "tool_use",
        "resources",
        "prompts"
      ],
      "id": "claude-mcp-server",
      "name": "Anthropic Claude MCP",
      "type": "mcp_server"
    },
    {
      "capabilities": [
        "resources"
      ],
      "id": "voidfeed-mcp",
      "name": "VoidFeed Data API",
      "type": "mcp_server"
    }
  ]
}

Payment details

Pay to0x71033ab6ed376a0b53d1826ea632ddfec96b3661
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from VoidFeed & similar services