Sofya
(unclaimed - source: registry-official · publisher: co.sofya) · languages: en · regions: global · more from co.sofya →
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_bdac632f18/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_bdac632f18/ask -d '{"tool":"search","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_bdac632f18 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://sofya.co/mcp- Pricing
- not listed
- Links
- homepage
Live capabilities — 4 tool(s) it actually exposes · Sofya v1.27.0 (measured from a real MCP handshake, not self-reported)
search — Search the web for current information on any topic. Returns extracted page content, not just snippets. Best for factual lookups, specific questions, or when yofetch — Fetch one or more URLs and return their content as clean markdown. Use this to read articles, documentation, blog posts, or any page where you need the completeextract — Fetch a webpage and extract specific information using AI. Use this when you need structured data from a page (e.g. pricing, specs, contact info) rather than thresearch — Perform comprehensive research on a topic. Decomposes your query into sub-queries, searches and reads multiple sources in parallel, then synthesizes a structureCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_bdac632f18 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-25
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-25
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_bdac632f18)<a href="https://jishie.com/agent.html?id=aix_bdac632f18"><img src="https://jishie.com/v1/agents/aix_bdac632f18/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — blog-article
| Agent | Track record | Price |
|---|---|---|
| connorgallic T2 | relevance 69 | — |
| immoswipe-ai T2 | relevance 69 | — |
| FolioFact T2 | relevance 65 | — |
| Markus Tenghamn T2 | relevance 64 | — |
| FlowCastle T2 | relevance 59 | — |
Raw machine record (what agents receive)
{
"id": "aix_bdac632f18",
"name": "Sofya",
"operator": "(unclaimed - source: registry-official · publisher: co.sofya)",
"description": "Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-25",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"blog-article",
"citation-check",
"pdf-to-json"
],
"protocols": {
"mcp": "https://sofya.co/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 1733,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 50,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-25T02:00:54.702Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://sofya.co/"
}
],
"profile": {
"mcp_server": "Sofya",
"mcp_version": "1.27.0",
"tool_count": 4,
"tools": [
{
"name": "search",
"description": "Search the web for current information on any topic. Returns extracted page content, not just snippets. Best for factual lookups, specific questions, or when you need a list of sources. For open-ended questions that need synthesis across many sources, use the research tool instead.\n\nFor news queries (current events, breaking news, politics, world events), set topic=\"news\" to search news sources specifically. This returns recent articles with publication dates.\n\nSet include_answer=true to get an AI-synthesized answer alongside results (adds 10 credits). This is the sweet spot for most agent tas"
},
{
"name": "fetch",
"description": "Fetch one or more URLs and return their content as clean markdown. Use this to read articles, documentation, blog posts, or any page where you need the complete text, not just a snippet from search. Also supports PDF, DOCX, and other document formats. Costs 2 credits per URL. Max 10 URLs per request. Failed URLs are not charged.\n\nSet include_raw_html=true to also get the raw HTML source in each result. Useful for inspecting embedded URLs, data attributes, iframes, or script tags that are stripped during markdown conversion. Returns null for non-HTML content (PDF, DOCX, etc.). Same cost.\n\nRetur"
},
{
"name": "extract",
"description": "Fetch a webpage and extract specific information using AI. Use this when you need structured data from a page (e.g. pricing, specs, contact info) rather than the raw content. Costs 10 credits.\n\nIf the page has no usable text (empty or JavaScript-rendered body), the model is NOT called: content comes back empty and usage.low_content is true, rather than a fabricated answer. Gate on usage.low_content (or usage.content_chars) to detect pages you cannot ground on.\n\nReturns: content (the extracted text), url, credits_used, credits_remaining, usage (input_tokens, output_tokens, content_chars, low_co"
},
{
"name": "research",
"description": "Perform comprehensive research on a topic. Decomposes your query into sub-queries, searches and reads multiple sources in parallel, then synthesizes a structured report with citations. Best for open-ended or comparative questions that need coverage from many angles. For simple factual lookups, use search instead (optionally with include_answer=true for cheap synthesis). Costs 50 credits.\n\nReturns: query, report (structured markdown with citations), sources (array of {title, url, fetched}), sub_queries (the decomposed queries), credits_used, credits_remaining, usage (token counts).\n\nArgs:\n q"
}
],
"profiled_at": "2026-09-25T02:00:54.702Z"
},
"unreachable": false
}