Research MCP Server - 15 Live Tools for AI Agents avatar

Research MCP Server - 15 Live Tools for AI Agents

Pricing

from $0.000013 / actor start

Go to Apify Store
Research MCP Server - 15 Live Tools for AI Agents

Research MCP Server - 15 Live Tools for AI Agents

Fifteen research sources behind one MCP endpoint: arXiv, Reddit, GitHub, Hacker News, OpenAlex, Stack Exchange, Wikipedia, Google News, SEC filings, IMDb, npm and PyPI, email checks, crypto markets, TikTok trends and Telegram. Connect Claude, Cursor or ChatGPT once and your agent reaches them all.

Pricing

from $0.000013 / actor start

Rating

5.0

(1)

Developer

Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Research MCP Server — 15 Tools for AI Agents

One MCP endpoint that gives any AI agent fifteen 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, package registries, SEC filings, film and TV records, 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 fifteen tools show up in your agent automatically via MCP tool discovery.


The 15 tools

ToolWhat it does
search_arxivSearch arXiv papers (title, abstract, authors, categories, links)
search_redditSearch Reddit posts across all of Reddit or one subreddit
search_githubSearch GitHub repositories and users
search_hacker_newsSearch Hacker News stories and comments
search_openalexSearch the OpenAlex scholarly graph (works, authors, venues)
search_stackexchangeSearch Stack Overflow / Stack Exchange questions
search_wikipediaSearch Wikipedia and pull clean article extracts
crypto_marketsLive cryptocurrency market data (CoinGecko)
search_newsSearch Google News for real publisher articles
telegram_channelRead public Telegram channel posts
lookup_packageLook up npm or PyPI packages: current version, licence, repository and monthly downloads
search_sec_filingsRecent SEC EDGAR filings for a company by ticker, narrowable to 10-K, 10-Q or 8-K
search_imdbFilms, TV series and people on IMDb: id, year, category, top-billed cast and popularity rank
verify_emailCheck whether an address is deliverable — syntax, MX records, disposable/role/free-provider — without sending mail
tiktok_trending_hashtagsCurrent top trending TikTok hashtags from TikTok's own Creative Center, by country and window

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 fifteen 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.