sxhxliang/mcp-access-point
Overview
A tool to convert web services into MCP servers with one-click setup, requiring no code changes. It enables seamless HTTP-to-MCP protocol conversion and supports dynamic configuration management.
Capabilities
- • network transport options
- • github integration
- • mcp client integration
Best For
Turn web services into MCP servers instantly without code changes using mcp-access-point, a lightweight protocol conversion tool.
Decision Snapshot
Install
available
Usage
available
Docs
6 links
Config
5 strong hints
Capabilities
3 key capabilities detected
- • GitHub stars: 169
- • Forks: 30
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/17/2026
Installation / Setup
# Install from source && git clone https://github.com/sxhxliang/mcp-access-point.git && cd mcp-access-point && cargo run -- -c config.yaml
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"mcp-access-point": {
"command": "cargo",
"args": [
"run",
"--",
"-c",
"config.yaml"
]
}
}
}Usage
cargo run -- -c config.yaml
Features
- • **Zero-Intrusive Integration**: Full compatibility with existing HTTP services
- • **Lightweight Proxy**: Minimalist architecture with efficient protocol conversion
- • **Multi-tenancy**: Independent configuration and endpoints for each tenant
- • **Runtime Configuration Management**: Dynamic configuration updates without service restart
- • **Admin API**: RESTful API for real-time configuration management
- • install docker
- • clone repository and build image
- • **Real-time Configuration Updates**: Modify upstreams, services, routes, and other resources on-the-fly
Use Cases
- • Supports capabilities such as: network transport options; github integration; mcp client integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • network transport options
- • github integration
- • mcp client integration
Compatibility Signals
- • Cursor: mentions (Mentioned in approved metadata/docs evidence.)
- • Windsurf: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• cargo run -- -c config.yaml
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
metatool-ai/metatool-app
MetaMCP is a unified middleware MCP server with a GUI for managing MCP connections.
duaraghav8/MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents, built with Go.
blockrunai/blockrun-mcp
blockrun-mcp provides access to 30+ AI models (including GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys, using pay-per-use x402 micropayments with USDC on the Base network.
1mcp/agent
A unified Model Context Protocol (MCP) server implementation that aggregates multiple MCP servers into a single interface, featuring OAuth 2.1 authentication, high performance, and easy configuration.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.