Research MCP Server — 10 Tools for AI Agents
One MCP server URL gives Claude, Cursor or ChatGPT 10 research tools: arXiv, Reddit, GitHub, HN, OpenAlex, Wikipedia, CoinGecko, GDELT and more.
10 tools, one endpoint
Connect Claude, Cursor, Claude Code or ChatGPT to all of these live research sources through a single MCP server — no per-source API keys:
How to connect
- 1Add the MCP server
Point your AI client at the hosted endpoint and scope it to this server.
- 2Drop in the config
For Cursor / Claude Desktop, add this to your MCP config (use your Apify API token):
{ "mcpServers": { "research": { "url": "https://mcp.apify.com/?actors=dami_studio/research-mcp-server" } } } - 3Ask away
Your assistant can now search arXiv, Reddit, GitHub, news and more, mid-conversation.
What you get
Each tool returns structured JSON the model reads directly — titles, links, scores, dates — so your agent cites real sources.
4 ready-to-run use cases
arXiv MCP Server: Search Papers in Claude & Cursor
Connect Claude or Cursor to arXiv and pull recent papers on any topic, with titles, authors, and abstracts returned over one MCP endpoint.
Reddit MCP Tool: Search Any Subreddit by Topic
Give your AI agent a Reddit search tool. Pull the top posts from any subreddit by week or score, with titles and links fed into your prompt.
GitHub Repo Search MCP Server, No Token Needed
Cursor and Claude agents search GitHub repos by stars and language, like trending Rust CLI tools, through one MCP server with no access token.
Research MCP Server: 10 Tools, One Endpoint
One MCP endpoint connecting Claude, ChatGPT, and Cursor to arXiv, Reddit, GitHub, Hacker News, OpenAlex, Wikipedia, CoinGecko, GDELT, and more.
Related tools in Developer & Research Tools
Other ready-to-run tools in the same category — all pay-per-use on the Apify cloud.
DEV.to Scraper
Scrape DEV.to articles by tag, author or sort: title, URL, tags, reactions, comments, reading time, cover image and full body.
Wikidata Scraper
Resolve names or Q-ids to Wikidata entities for $0.20 per 1,000 plus $0.001 per run. Labels, aliases, instance-of, claims and Wikipedia links.
Domain Inspector
Bulk-inspect domains: DNS records, RDAP registrar and expiry, redirects, TLS dates, security headers, robots, sitemaps and tech detection.
GitHub Scraper
Search GitHub repos or users and export clean rows: stars, forks, language, topics, license, plus user bio, company, location and follower count.
Stack Overflow / Stack Exchange Scraper
Search Stack Overflow and Stack Exchange by keyword or tags. Get structured questions with score, answers, views, tags, author, and link as JSON or CSV.
Package Registry Scraper (npm + PyPI)
Get npm and PyPI package metadata - version, license, repo, keywords, and npm download counts. Search by keyword or look up exact names. No API key needed.
Where this tool sits
- Categories
- Developer & Research Tools
Research MCP Server — 10 Tools for AI Agents
One MCP endpoint that gives any AI agent ten fast research tools. Point your MCP client (Claude Desktop, Claude Code, ChatGPT, Cursor, or any Model Context Protocol app) at this Actor's URL and your agent can instantly search papers, code, news, forums, crypto markets, and more — no per-tool setup, no glue code.
> This is a hosted MCP server, not a scraper you run once. Connect once and the ten tools > show up in your agent automatically via MCP tool discovery.
---
The 10 tools
| Tool | What it does |
|---|---|
search_arxiv | Search arXiv papers (title, abstract, authors, categories, links) |
search_reddit | Search Reddit posts across all of Reddit or one subreddit |
search_github | Search GitHub repositories and users |
search_hacker_news | Search Hacker News stories and comments |
search_openalex | Search the OpenAlex scholarly graph (works, authors, venues) |
search_stackexchange | Search Stack Overflow / Stack Exchange questions |
search_wikipedia | Search Wikipedia and pull clean article extracts |
crypto_markets | Live cryptocurrency market data (CoinGecko) |
search_news | Search Google News for real publisher articles |
telegram_channel | Read public Telegram channel posts |
Each tool returns clean, structured JSON — ready for an agent to reason over.
---
How to connect
This Actor runs as a Standby MCP server over HTTP (Streamable HTTP transport). Use its Standby URL as the MCP server endpoint, authenticated with your Apify token:
https://dami-studio--research-mcp-server.apify.actor/
Authorization: Bearer <YOUR_APIFY_TOKEN>
Claude Desktop / Cursor (mcp config):
{
"mcpServers": {
"research": {
"url": "https://dami-studio--research-mcp-server.apify.actor/",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}
Then ask your agent things like *"search arXiv for recent papers on retrieval-augmented generation"* or *"what's trending on Hacker News about Rust?"* — it picks the right tool automatically.
> First call may be slow. The server and each tool warm up on first use (Standby cold > start); subsequent calls are fast. If a first call times out, just retry.
---
Why this exists
AI agents are far more useful when they can pull live external data. Wiring up ten separate research APIs (each with its own auth, rate limits, and response shape) is tedious. This server collapses all of that into one URL and one token — ten consistent, structured research tools your agent can call out of the box.
Great for: research assistants, market/competitive monitoring agents, coding agents that need to check GitHub/Stack Overflow/HN, and any Claude/ChatGPT workflow that benefits from live data.
---
Pricing
This Actor has no per-result charge event. The only live charge is the run-start fee: $0.0000125 per gigabyte of run memory, each time a run starts (minimum one unit). At the default 4 GB that works out at $0.00005 per start.
There is no per-tool-call, no per-search and no per-row fee. Once a Standby run is warm, every one of the ten tools is free to call for as long as that run serves you, and the upstream sources are called on this Actor's own credentials — nothing is passed through to your bill.
Notes
- Built on the official Model Context Protocol SDK (
McpServer+ Streamable HTTP, stateless
per request).
- Each tool is a thin, low-latency proxy to a dedicated, hardened source Actor — so results
are clean and the toolset is easy to extend.
- Public sources only; no login or scraping of private data.