Research MCP Server - 10 Live Tools for AI Agents
Pricing
$0.000013 / actor start
Research MCP Server - 10 Live Tools for AI Agents
Give Claude, Cursor or ChatGPT ten live research tools from one MCP endpoint: arXiv, Reddit, GitHub, Hacker News, OpenAlex, Stack Exchange, Wikipedia, CoinGecko, Google News and public Telegram. Connect once and your agent finds all ten. No per-result charge, only a per-GB start fee.
Pricing
$0.000013 / actor start
Rating
5.0
(1)
Developer
Dami's Studio
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
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.