VOOZH about

URL: https://apify.com/dami_studio/research-mcp-server

โ‡ฑ Research MCP Server โ€” 10 Tools for AI Agents ยท Apify


๐Ÿ‘ Research MCP Server โ€” 10 Tools for AI Agents avatar

Research MCP Server โ€” 10 Tools for AI Agents

Pricing

Pay per usage

Go to Apify Store

Research MCP Server โ€” 10 Tools for AI Agents

MCP server giving any AI agent (Claude, ChatGPT, Cursor) ten fast research tools in one endpoint: arXiv, Reddit, GitHub, Hacker News, OpenAlex, Stack Exchange, Wikipedia, CoinGecko markets, GDELT news, and Telegram. Enable Standby and point your MCP client at the actor's URL.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

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.


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.

You might also like

University Research MCP โ€” AI Agent Academic Database

red.cars/university-research-mcp

Access 8,000+ universities, research profiles, patent landscapes, and funding analysis. One tool call for AI agent institutional reports and academic network mapping.

MCP Server: SEC EDGAR (US Public Companies + 10-K, insider)

dltik/mcp-server-sec-edgar

Apify MCP server for AI agents: 6 tools to query SEC EDGAR. Search companies, get filings (10-K, 10-Q, 8-K, Form 4 insider), XBRL financials, full-text search. 10K+ public companies, free official data. $0.01/call.

Municipal Fiscal Intelligence MCP Server

ryanclinton/municipal-fiscal-intelligence-mcp

Municipal bond credit risk intelligence for public finance analysis. This MCP server orchestrates 7 data sources covering federal spending, economic indicators, employment data, disaster history, government datasets, and legislative tracking.

๐ŸŽ“ Research MCP โ€” AI Paper Search & Citations

nexgendata/academic-research-mcp-server

๐ŸŽ“ Academic research, scholarly papers, arXiv, PubMed, Google Scholar MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK). Search papers + citations + authors + abstracts via MCP โ€” built for literature-review and research AI workflows. Free tier available.

Web Research MCP ๏ฟฝ Search, Fetch & Synthesize

idapixl/web-research-mcp

MCP server for AI agents. Three tools: web_search (DuckDuckGo + Brave), fetch_page (clean markdown), research_topic (multi-step synthesis with relevance scoring). Zero external AI deps. Pay-per-use.

๐Ÿ”ง Dev Tools MCP โ€” AI Code & Package Search

nexgendata/developer-tools-mcp-server

MCP server for AI agents to search GitHub, npm, PyPI, StackOverflow & ArXiv. Connect Claude, GPT or any AI to dev ecosystems. 7 tools for developer intelligence.

Academic Research Mcp

ryanclinton/academic-research-mcp

Academic Research Mcp. Available on the Apify Store with pay-per-event pricing.