Card snapshot
api.borisinc.com
·
2026-07-26 10:59:43 UTC
·
2876aa380a6b15c7fb9bd85e3103b11807d9fccf202264de636d8ba564785e31
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0",
"name": "GameDataKit",
"description": "Live Steam market intelligence for AI agents: top sellers by region, value-ranked deals, live player counts, review scores, owner estimates. Pay per call in USDC via x402 (eip155:8453) \u2014 no account, no API key. Also available as a paid MCP server.",
"url": "https://api.borisinc.com",
"provider": {
"organization": "Boris Inc",
"url": "https://borisinc.com"
},
"version": "1.2.0",
"documentationUrl": "https://api.borisinc.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "free-samples",
"name": "Free samples (taste before you buy)",
"description": "Truncated free previews of every data endpoint, no wallet needed. GET https://api.borisinc.com/sample/steam/top-sellers (also /sample/steam/deals, /sample/twitch/hype, /sample/game/metadata?name=). Full data via the paid /paid/* endpoints.",
"tags": [
"free",
"sample",
"preview"
]
},
{
"id": "email-verify",
"name": "Email verification & deliverability",
"description": "Check any email: syntax, MX/DNS, disposable/role/free-provider detection, deliverability score. GET https://api.borisinc.com/paid/util/email-verify?email= \u2014 $0.003 via x402. Free preview at /sample/util/email-verify.",
"tags": [
"email",
"deliverability",
"sales",
"outreach"
]
},
{
"id": "guard",
"name": "Prompt-injection / PII / secret guard",
"description": "Scan any text (tool output, web content, user input) for prompt-injection, PII, and leaked secrets; returns flags + risk score. GET https://api.borisinc.com/paid/util/guard?text= \u2014 $0.004 via x402.",
"tags": [
"security",
"safety",
"prompt-injection",
"pii"
]
},
{
"id": "extract-chunk",
"name": "URL/HTML to RAG-ready chunks",
"description": "Fetch a URL and return clean article text + RAG-ready chunks with metadata. GET https://api.borisinc.com/paid/util/extract?url= \u2014 $0.005 via x402.",
"tags": [
"rag",
"extraction",
"research",
"readability"
]
},
{
"id": "sanctions-screen",
"name": "OFAC sanctions screen",
"description": "Screen a name/entity against the live OFAC SDN sanctions list; fuzzy match + entity type + program. GET https://api.borisinc.com/paid/util/sanctions?name= \u2014 $0.01 via x402.",
"tags": [
"compliance",
"sanctions",
"ofac",
"kyc"
]
},
{
"id": "workday",
"name": "Business-day intelligence",
"description": "Is a date a working day, next business day, business days + public holidays in a window, any country. GET https://api.borisinc.com/paid/util/workday?country=&date= \u2014 $0.002 via x402. Free preview at /sample/util/workday.",
"tags": [
"calendar",
"business-days",
"holidays",
"scheduling"
]
},
{
"id": "tokencost",
"name": "LLM token + cost estimator",
"description": "Estimate tokens for text/chars and indicative USD cost across major LLMs (or one model, with output tokens). GET https://api.borisinc.com/paid/util/tokencost?chars=&model= \u2014 $0.002 via x402. Free preview at /sample/util/tokencost.",
"tags": [
"llm",
"tokens",
"cost",
"budgeting"
]
},
{
"id": "citation",
"name": "Citation & scholarly metadata",
"description": "DOI or title to clean scholarly metadata + APA/MLA/BibTeX citations (CrossRef). GET https://api.borisinc.com/paid/util/citation?doi= \u2014 $0.004 via x402.",
"tags": [
"research",
"citation",
"academic"
]
},
{
"id": "real-world-services",
"name": "Buy real-world services for a human",
"description": "Trust-gated buy plan (ranked Merchant-of-Record USDC options + timing) so an agent can buy a gift or errand for a busy human. GET https://api.borisinc.com/paid/services/quote?need=&budget= \u2014 $0.01 via x402.",
"tags": [
"commerce",
"gifting",
"real-world",
"personal-assistant"
]
},
{
"id": "occasion-intel",
"name": "Occasion & date intelligence",
"description": "Upcoming gift-giving occasions, public holidays and personal dates by country, each with a suggested order-by date. GET https://api.borisinc.com/paid/util/occasion?country=&days=&personal= \u2014 $0.003 via x402.",
"tags": [
"gifting",
"calendar",
"personal-assistant",
"reminders"
]
},
{
"id": "repurpose",
"name": "Transcript to short-form clips",
"description": "Turn a transcript into ranked short-form clip segments + chapter markers + hooks. GET https://api.borisinc.com/paid/util/repurpose?text= \u2014 $0.004 via x402.",
"tags": [
"creator",
"repurpose",
"clips",
"video"
]
},
{
"id": "steam-top-sellers",
"name": "Steam top sellers",
"description": "Current best-selling games on Steam by country. GET https://api.borisinc.com/paid/steam/top-sellers?country=US \u2014 $0.005 via x402.",
"tags": [
"steam",
"gaming",
"market-data"
]
},
{
"id": "steam-deals",
"name": "Steam deals (value-ranked)",
"description": "Current Steam specials ranked by value score (discount + reviews + savings). GET https://api.borisinc.com/paid/steam/deals \u2014 $0.005 via x402.",
"tags": [
"steam",
"deals",
"discounts"
]
},
{
"id": "web-research",
"name": "Web research (cited brief)",
"description": "Searches the web and returns a concise cited brief. MCP tool web_research at https://tools.borisinc.com/mcp \u2014 $0.02 via x402.",
"tags": [
"research",
"web-search",
"llm"
]
},
{
"id": "summarize",
"name": "Summarize text",
"description": "Summarize up to ~24k chars with optional focus. MCP tool summarize at https://tools.borisinc.com/mcp \u2014 $0.01 via x402.",
"tags": [
"summarization",
"llm"
]
},
{
"id": "extract-structured",
"name": "Extract structured JSON",
"description": "Turn unstructured text into JSON per your schema. MCP tool extract_structured at https://tools.borisinc.com/mcp \u2014 $0.01 via x402.",
"tags": [
"extraction",
"json",
"llm"
]
},
{
"id": "memory-write",
"name": "Agent memory: write",
"description": "Store a permanent memory namespaced to your paying wallet, semantic-indexed. MCP tool memory_write at https://mem.borisinc.com/mcp \u2014 $0.001 via x402.",
"tags": [
"memory",
"storage",
"agent-infrastructure"
]
},
{
"id": "memory-search",
"name": "Agent memory: semantic search",
"description": "Semantic top-k search over your own stored memories. MCP tool memory_search at https://mem.borisinc.com/mcp \u2014 $0.002 via x402.",
"tags": [
"memory",
"semantic-search",
"agent-infrastructure"
]
},
{
"id": "steam-app-intel",
"name": "Steam app intelligence",
"description": "Full intel for any Steam appid: details, live players, reviews, owner estimate. GET https://api.borisinc.com/paid/steam/app/{appid} \u2014 $0.005 via x402.",
"tags": [
"steam",
"analytics",
"players"
]
}
],
"additionalInterfaces": [
{
"transport": "mcp",
"url": "https://mcp.borisinc.com/mcp",
"description": "Paid MCP server: Steam data tools, x402 payment in _meta per call."
},
{
"transport": "mcp",
"url": "https://mem.borisinc.com/mcp",
"description": "memory-mcp: persistent agent memory, payer-wallet namespaced \u2014 memory_write ($0.001), memory_search ($0.002), memory_export ($0.01), free memory_stats. x402 in _meta."
},
{
"transport": "mcp",
"url": "https://tools.borisinc.com/mcp",
"description": "Boris Inc paid tools: web_research ($0.02), summarize ($0.01), extract_structured ($0.01) \u2014 LLM-backed work on independent hardware, x402 in _meta."
}
],
"payments": {
"protocol": "x402",
"version": 2,
"network": "eip155:8453",
"asset": "USDC",
"protocols": [
"x402",
"mpp"
],
"mpp": {
"scheme": "Payment",
"network": "tempo:4217",
"asset": "USDC",
"spec": "draft-ryan-httpauth-payment-01"
}
}
}