Web data through natural language
Give Claude, Cursor, or ChatGPT structured access to LinkedIn, Instagram, Twitter, Reddit, YouTube, and any website. Ask in plain English. Get structured JSON back.
Describe the data you need. Your AI assistant fetches, filters, and exports it — no API calls to write, no endpoints to memorize.
Use code MCP30 for your first month free.
How it works
Add our MCP server to Claude Desktop, Claude Code, or Cursor. One connection string. Takes 60 seconds.
"Find marketing managers in San Francisco on LinkedIn" — describe what you need in plain English.
Structured JSON appears directly in your AI conversation.
Your AI can analyze, filter, export, and act on the data. No context switching. No copy-pasting.
Under the hood, 5 universal tools handle all endpoints dynamically — new data sources appear automatically without server updates.
Works with your AI tools
| Client | Setup | Auth | Status |
|---|---|---|---|
| Claude Desktop | OAuth connector — paste URL, authorize | OAuth | Supported |
| Cursor IDE | Single JSON config file | API key | Supported |
| Claude Code | One CLI command | API key | Supported |
| Any MCP Client | Standard MCP 1.0 over SSE | API key | Supported |
Pre-built platforms + any URL
Ready-made endpoints for major platforms. AI-powered extraction for any other website. All through the same 5 meta-tools.
Professional
- LinkedIn — profiles, companies, jobs, posts, search, email finder
Social
- Twitter/X — user profiles, tweets, search with engagement filters
- Instagram — profiles, posts, reels, search
- Reddit — posts, comments, subreddits, search
- YouTube — videos, channels, search, subtitles
Business Intelligence
- Crunchbase — company profiles
- SEC EDGAR — filings, company search
- Glassdoor — company reviews
- G2 — software reviews
- TrustPilot — business reviews
- BuiltWith — technology stack data
- Capterra — software reviews
Startup Ecosystem
- Y Combinator — company search, founders, details
- ProductHunt — product launches
Search
- DuckDuckGo — web search
- Google Maps — location data (AI parser)
- HackerNews — posts and comments
- GitHub — repos and user data
Web
- Web Parser — any URL to structured data
- Sitemap Parser — full site crawls
What you can do with it
Working examples — each shows the natural language request, what runs under the hood, and what you get back.
Connect in 60 seconds
Three setup paths depending on your client. Claude Desktop uses OAuth — no API keys. Claude Code and Cursor use an API key in a single config line.
- Go to anysite.io and open the MCP Server integration page
- Copy the OAuth URL:
https://mcp.anysite.io/mcp - In Claude Desktop: Settings → Connectors → Add Custom Connector
- Paste the URL and click Connect
- Authorize in your browser (one-time)
This ensures the 5 meta-tools are always in context. The default "Load tools when needed" mode uses name-based matching that doesn't work well with generic names like
discover and execute.
claude mcp add --transport sse anysite \ "https://api.anysite.io/mcp/direct?api_key=YOUR_KEY"
claude mcp list
# anysite connected
Add to ~/.cursor/config.json:
{
"mcpServers": {
"anysite": {
"url": "https://api.anysite.io/mcp/direct?api_key=YOUR_KEY",
"transport": "sse"
}
}
}
/mcp to see available tools.
MCP to explore. CLI to execute.
MCP and the CLI run on the same engine. MCP is conversational — describe what you want, get targeted results. CLI is operational — YAML pipelines, batch jobs, scheduled collection at scale.
| MCP Server | Anysite CLI | |
|---|---|---|
| Interface | Natural language via AI assistant | YAML pipelines, terminal |
| Best for | Exploration, ad-hoc queries, research | Production pipelines, batch processing |
| Setup | Connect in 60 seconds | pip install, one config file |
| Data volume | Single queries, filtered results | Thousands of records, parallel execution |
| Storage | ClickHouse cache, 7-day export | Any database (SQLite, PostgreSQL, ClickHouse) |
| Scheduling | Not built in | Cron scheduling included |
| LLM enrichment | Via your AI assistant | Built-in (classify, summarize, enrich) |
| Pricing | $30/mo unlimited | Credit-based plans from $49/mo |
Pricing
MCP Unlimited is the straightforward option: $30/month for unlimited MCP requests with no credit counting. Credit-based plans include MCP access if you also need the REST API or CLI.
- All 5 meta-tools
- LinkedIn, Instagram, Twitter, Reddit, YouTube, and any URL
- Unlimited requests (fair use: 50K/month)
- Server-side analysis (query_cache)
- Data export (JSON/CSV/JSONL)
- Person Analyzer skill
- Competitor Analyzer skill
- OAuth or API key auth
- Works with Claude Desktop, Claude Code, Cursor
Need REST API or CLI too?
| Plan | Price | Credits | Rate Limit |
|---|---|---|---|
| Starter | $49/mo | 15K credits | 60 req/min |
| Growth | $200/mo | 100K credits | 90 req/min |
| Scale | $300/mo | 190K credits | 150 req/min |
| Pro | $549/mo | 425K credits | 200 req/min |
| Enterprise | $1,199+/mo | 1.2M+ credits | 200 req/min |
MCP30. Apply at checkout.
Common questions
https://mcp.anysite.io/mcp), and add it as a custom connector in Claude Desktop under Settings → Connectors. One important step: in Settings → Capabilities → Tool access, select "Tools already loaded" — the default setting doesn't work well with generic tool names like discover and execute.Get web data in your next conversation
MCP Unlimited gives your AI assistant structured access to LinkedIn, Instagram, Twitter, and 40+ other sources. Ask in plain English. No endpoint management. No per-request counting.
MCP30.