Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'search', '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 5 credits). This is the sweet spot for most agent tasks, e.g. basic + include_answer = 8 credits, much cheaper than a full 25-credit research call.\n\nReturns: query, answer (if requested), results (array of {title, url, content, description, fetched, published_date}), search_depth, topic, elapsed_ms, credits_used, credits_remaining, altered_query.\n\nArgs:\n query: The search query\n search_depth: "basic" (default) for extracted page content (3 credits), "snippets" for SERP snippets only without page fetching (1 credit)\n max_results: Number of results (default 10, max 20)\n include_answer: Generate an AI answer that synthesizes the search results (adds 5 credits)\n include_domains: Only include results from these domains (max 10)\n exclude_domains: Exclude results from these domains (max 10)\n topic: "general" for web search, "news" for news articles. use "news" for current events, breaking news, politics, or any time-sensitive query\n freshness: Filter by recency - "day", "week", "month", "year", or "YYYY-MM-DD:YYYY-MM-DD"', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fetch', '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 1 credit 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\nReturns: results (array of {title, url, content, raw_html, published_time, success, error}), credits_used, credits_remaining.\n\nArgs:\n urls: List of URLs to fetch (max 10)\n include_raw_html: Include raw HTML source in each result (default false)', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'extract', '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 5 credits.\n\nReturns: content (the extracted text), url, credits_used, credits_remaining, usage (token counts).\n\nArgs:\n url: The URL to extract from\n prompt: What information to extract (e.g. "list all pricing tiers with features" or "extract the author name and publication date")', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'research', '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 25 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 query: The research question or topic\n topic: "general" (default) or "news" (prioritize recent news articles)\n freshness: Filter by recency - "day", "week", "month", "year", or "YYYY-MM-DD:YYYY-MM-DD"\n max_sources: Maximum number of sources to use, 5-30 (default 20)', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 650.8ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://sofya.co/mcp
JSON-RPC initialize probe
curl -X POST https://sofya.co/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://sofya.co/mcp
Listed at (chiark)
https://chiark.ai/agents/e9432a0a-c6c1-4f99-b800-cd2b0544ac99