mcp-server-research

mcp-server-research is a skill for Claude Code, Codex from sloemo01/hermes-skills-bundle. It costs 43 tokens per session (1,166 once invoked), scanned A, original, MIT.

A guide to finding free MCP servers, which connect an AI agent to data sources, APIs, and developer tools. It covers research topics such as finance, science, and cloud infrastructure.

In plain words
What is it for?
Finding MCP servers for a specific topic, comparing available options, and getting configuration guidance for data retrieval or automation.
Why use it?
It reduces the work of searching for suitable servers and checking whether they are free, maintained, and relevant.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding MCP servers for a specific topic, comparing available options, and getting configuration guidance for data retrieval or automation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sloemo01/hermes-skills-bundle/mcp-server-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sloemo01/hermes-skills-bundle --skill mcp-server-research
Clone the repo
git clone --depth 1 https://github.com/sloemo01/hermes-skills-bundle

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-server-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/sloemo01/hermes-skills-bundle/mcp-server-research/github.svg)](https://agentmods.dev/skills/sloemo01/hermes-skills-bundle/mcp-server-research)
Your own site
<a href="https://agentmods.dev/skills/sloemo01/hermes-skills-bundle/mcp-server-research"><img src="https://agentmods.dev/badge/skills/sloemo01/hermes-skills-bundle/mcp-server-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-server-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/sloemo01/hermes-skills-bundle/mcp-server-research"><img src="https://agentmods.dev/badge/skills/sloemo01/hermes-skills-bundle/mcp-server-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,166 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.01166
Opus 5 $0.00022 $0.00583
Sonnet 5 $0.00009 $0.00233
Haiku 4.5 $0.00004 $0.00117

Measured 11d ago against content hash 96067e8b7da7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mcp-server-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mcp-server-research/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Server Research

This skill helps you find free MCP (Model Context Protocol) servers for any research topic — data APIs, developer tools, automation, financial data, scientific data, cloud infrastructure, or any domain.

When to Use

  • User asks "find MCP servers for [TOPIC]"
  • User needs natural-language access to data sources or APIs
  • User wants to monitor websites, APIs, or services via AI
  • User needs automated execution or data retrieval via MCP

How It Works

  1. User specifies the research topic (e.g., "GitHub automation", "weather data", "crypto prices", "Kubernetes monitoring", "scientific papers")
  2. Agent searches across directories and GitHub for relevant MCP servers
  3. Agent evaluates based on free tier, capabilities, maintenance
  4. Agent provides quick-start configs and evaluation

Research Methodology (via Kimi WebBridge)

Search Strategy

  1. Directories: mcpservers.org, awesomeclaude.ai/mcp/, github.com/topics/mcp-server
  2. GitHub Search: topic:mcp-server [TOPIC] or mcp server [TOPIC]
  3. Vendor Sites: Check official docs for MCP integrations
  4. Google: free MCP server [TOPIC], MCP server [TOPIC] open source

Evaluation Criteria

  • Free tier limits: requests/day, concurrent connections, data retention
  • Data sources: official APIs, public data, proprietary
  • Capabilities: read-only vs read-write, local vs remote
  • Maintenance: stars, recent commits, issue response time
  • Security: keys stay local (local servers) vs SaaS (remote)

Quick-Start Patterns

Local Server (Recommended for Privacy)

pip install mcp-server-[TOPIC]
mcp-server-[TOPIC]
{
  "mcpServers": {
    "[topic]": {
      "command": "mcp-server-[topic]",
      "args": []
    }
  }
}

Remote Server (Easier Setup)

{
  "mcpServers": {
    "[topic]": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.example.com/mcp"]
    }
  }
}

Common MCP Server Categories

Read the full file on GitHub · 145 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 145 lines · 43 tokens per session scan A 96067e8b7da7

Subscribe to this mod's changes

mcp-server-research is a skill published in the GitHub repository sloemo01/hermes-skills-bundle (9 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 1,166 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories