Request a tool
All toolsGuidesMCP serverRequest a toolPlatformsCategories
Research MCP Server — 10 Tools for AI Agents icon

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.

5 from 1 review on Apify 65 runs on Apify $0.0000125 per run
Connect this in the cloudConnect on Apify →

Developer & Research Tools

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:

arXiv papers
Reddit
GitHub repos
Hacker News
OpenAlex
Wikipedia
CoinGecko
GDELT global news
Telegram channels
Stack Exchange

How to connect

  1. 1
    Add the MCP server

    Point your AI client at the hosted endpoint and scope it to this server.

  2. 2
    Drop 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"
        }
      }
    }
  3. 3
    Ask 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 iconDeveloper & Research Tools

DEV.to Scraper

Scrape DEV.to articles by tag, author or sort: title, URL, tags, reactions, comments, reading time, cover image and full body.

Ready to run — no setup

Wikidata Scraper iconDeveloper & Research Tools

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.

Ready to run — no setup

Domain Inspector iconDeveloper & Research Tools

Domain Inspector

Bulk-inspect domains: DNS records, RDAP registrar and expiry, redirects, TLS dates, security headers, robots, sitemaps and tech detection.

Ready to run — no setup

GitHub Scraper iconDeveloper & Research Tools

GitHub Scraper

Search GitHub repos or users and export clean rows: stars, forks, language, topics, license, plus user bio, company, location and follower count.

18 use cases

Stack Overflow / Stack Exchange Scraper iconDeveloper & Research Tools

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.

2 use cases

Package Registry Scraper (npm + PyPI) iconDeveloper & Research Tools

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.

2 use cases

See all 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

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

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.