Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Sofya

co.sofya/sofya

Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.

Uptime
100.0%
2 direct probes · 30d
Response
551ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://sofya.co/mcp

Tools · 4

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 you need a list of sources. For open-ended…

fetch

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. A…

extract

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. If the…

research

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-e…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sofya": {
      "url": "https://sofya.co/mcp",
      "transport": "streamable-http"
    }
  }
}