Pyfile LLM & Data API

Pay-per-call LLM chat plus data tools: DNS, crypto, Base gas, Wikipedia.

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Pay-per-call LLM chat plus data tools: DNS, crypto, Base gas, Wikipedia. x402 USDC or Lightning.

    Server tool list (13)

    Raw names from tools/list. Only developers need these.

    chatAsk an LLM a question. Returns a text completion.
    dns_lookupResolve a DNS record (A, AAAA, MX, TXT, NS).
    crypto_priceCurrent USD prices for one or more coins (CoinGecko ids, comma-separated).
    base_gasCurrent Base L2 gas price in wei and gwei.
    wikipedia_summaryShort summary of a Wikipedia article by title.
    briefComposite analyst brief: gathers live market facts (crypto prices, DeFi yields, Base block height) and returns an LLM-written brief with headline, key points, and a take. Requires a Bearer key.
    web_readFetch any public web page and return its main readable content as clean Markdown (nav/ads stripped) for RAG and agent pipelines.
    ofac_sanctions_searchSearch the US Treasury OFAC SDN sanctions list by entity name (KYB/AML screening).
    fda_lookupUS FDA open data: drug adverse events, drug/food/device recalls, drug labels.
    kyb_screeningComposite counterparty due-diligence: OFAC SDN sanctions screening + GLEIF LEI + SEC EDGAR in one call. Requires a Bearer key.
    enrichOne-call domain/company enrichment: DNS A records + certificate transparency names + GLEIF LEI + OFAC SDN + web snapshot, with an aggregate risk_summary. Requires a Bearer key.
    fair_drawProvably-fair random integer from a committed seed (commit-reveal). Use for verifiable winner selection, raffles and allocations. Reveal the seed afterwards so anyone can reproduce the result.
    fair_pickProvably-fair selection of one winner from a list of candidates. For bounties with a single prize.