1mcp

1mcp is a central proxy/hub that aggregates multiple upstream MCP servers and exposes a unified streamable-http MCP interface to downstream clients. It discovers upstream tools/resources/prompts, prefixes capability names (e.g., serverName___toolName), routes downstream requests to the correct upstream server, and supports dynamic hot-reloading of the upstream server configuration with live capability updates.

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Infrastructure mcp proxy aggregation streamable-http nodejs typescript tool-calling stdio sse configuration-hot-reload
⚙ Agent Friendliness
50
/ 100
Can an agent use this?
🔒 Security
34
/ 100
Is it safe for agents?
⚡ Reliability
29
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
78
Error Messages
0
Auth Simplicity
40
Rate Limits
5

🔒 Security

TLS Enforcement
30
Auth Strength
30
Scope Granularity
20
Dep. Hygiene
50
Secret Handling
45

Hub access control is not clearly documented; relying on network controls is likely. TLS enforcement is not specified in the README. Upstream connections may include Authorization/API-key headers, but there’s no guidance on secret storage/logging practices. Dependency list is small and includes core libraries (@modelcontextprotocol/sdk, express, eventsource), but no vulnerability/patching policy is stated.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
0
Error Recovery
70
AF Security Reliability

Best When

You want an MCP “hub” that consolidates tools from multiple upstream MCP servers and you’re comfortable managing upstream connections through a local configuration file.

Avoid When

You need a hosted SaaS with SLAs, explicit rate limiting, and documented security guarantees for external clients hitting the hub.

Use Cases

  • Unifying multiple MCP servers behind a single HTTP endpoint for downstream MCP clients
  • Capability discovery/aggregation across heterogeneous upstream transports (stdio/SSE/streamable-http)
  • Dynamic operations where upstream servers can be added/removed/updated without restarting the hub
  • Simplifying tool calling by standardizing capability naming via prefixes

Not For

  • Production deployments requiring strong, documented access control on the hub itself (auth is not clearly specified for /mcp)
  • Environments where you cannot run/allow upstream server processes (stdio via command)
  • Use as a general-purpose API gateway beyond MCP proxying/routing

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
Yes
Webhooks
No

Authentication

Methods: None documented for the hub itself Upstream servers may require auth via their own transport headers (e.g., SSE/streamable-http examples)
OAuth: No Scopes: No

Authentication/authorization for 1mcp’s downstream interface (/mcp) is not explicitly documented. The README only shows examples of upstream headers for SSE/streamable-http upstream connections, which does not guarantee the hub enforces auth for clients.

Pricing

Free tier: No
Requires CC: No

Self-hosted open-source package (MIT per README). No pricing model described.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Documented

Known Gotchas

  • Capability names are prefixed with serverName___, so agents must use the prefixed name when calling through the hub.
  • Upstream reconnection and dynamic capability updates can change available capabilities during runtime.
  • Session management is described as having a 30-minute timeout/inactivity cleanup in places, but the README also contains an apparent inconsistency saying sessions persist indefinitely; agents should be prepared for session expiration/cleanup.
  • Dynamic config hot-reload may briefly invalidate/refresh capability mappings during changes.
  • Upstream servers that are unreachable will prevent certain capabilities from being routed successfully; agents should handle tool-not-found/connection errors.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for 1mcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered