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.
npx skills add sloemo01/hermes-skills-bundle --skill mcp-server-researchgit clone --depth 1 https://github.com/sloemo01/hermes-skills-bundleWrote 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.
[](https://agentmods.dev/skills/sloemo01/hermes-skills-bundle/mcp-server-research)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- User specifies the research topic (e.g., "GitHub automation", "weather data", "crypto prices", "Kubernetes monitoring", "scientific papers")
- Agent searches across directories and GitHub for relevant MCP servers
- Agent evaluates based on free tier, capabilities, maintenance
- Agent provides quick-start configs and evaluation
Research Methodology (via Kimi WebBridge)
Search Strategy
- Directories: mcpservers.org, awesomeclaude.ai/mcp/, github.com/topics/mcp-server
- GitHub Search:
topic:mcp-server [TOPIC]ormcp server [TOPIC] - Vendor Sites: Check official docs for MCP integrations
- 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
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.
- 11d ago First seen · 145 lines · 43 tokens per session scan A 96067e8b7da7
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.
Other skills, from other repositories
hunt-auth-bypass
Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain enforcement bypass via control characters (HackerOne 2024)…
m365-entra-attack
Microsoft 365 / Entra ID red-team attack chain — current 2026 reality. AADSTS code reference, user enumeration vectors (with hardening status), Smart Lockout math, Conditional Access bypass options, ROPC + SAML SSO browser flow, Burp/Playwright templates. Built from authorized red-team work where ROPC spray surfaced…
password-spray-methodology
End-to-end password spray playbook. User enumeration, lockout detection, password pattern generation, spray execution across all protocols, error code differentials, and engagement discipline. Unifies M365/Entra, Okta, Exchange, Kerberos, SharePoint, XMLRPC, OIDC, and AD SMB/WinRM spraying into one methodology.
subdomain-enumeration
Map subdomains via crt.sh and subfinder at recon kickoff.
cache-attack
Poison CDN cache or deceive when X-Cache header is detected.
hunt-django
Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.