
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.
| chat | Ask an LLM a question. Returns a text completion. |
| dns_lookup | Resolve a DNS record (A, AAAA, MX, TXT, NS). |
| crypto_price | Current USD prices for one or more coins (CoinGecko ids, comma-separated). |
| base_gas | Current Base L2 gas price in wei and gwei. |
| wikipedia_summary | Short summary of a Wikipedia article by title. |
| brief | Composite 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_read | Fetch any public web page and return its main readable content as clean Markdown (nav/ads stripped) for RAG and agent pipelines. |
| ofac_sanctions_search | Search the US Treasury OFAC SDN sanctions list by entity name (KYB/AML screening). |
| fda_lookup | US FDA open data: drug adverse events, drug/food/device recalls, drug labels. |
| kyb_screening | Composite counterparty due-diligence: OFAC SDN sanctions screening + GLEIF LEI + SEC EDGAR in one call. Requires a Bearer key. |
| enrich | One-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_draw | Provably-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_pick | Provably-fair selection of one winner from a list of candidates. For bounties with a single prize. |