MCP Server: Modern SDK Collection & Integration Platform
@olaxbt
About MCP Server: Modern SDK Collection & Integration Platform
MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-olaxbt": {
"command": "python",
"args": [
"run.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server: Modern SDK Collection & Integration Platform?
MCP Server is a Flask-based platform that consolidates multiple SDKs within a single server environment. It provides a unified interface for integrating various services through modular, extensible components organized as blueprints, targeting developers building multi-service or multi-API gateways.
How to use MCP Server: Modern SDK Collection & Integration Platform?
Clone the repository, install dependencies with pip install -r requirements.txt, configure the JWT secret key in config.ini, then run python run.py to start the server. Access the interactive Swagger UI documentation at http://localhost:5000/apidocs/.
Key features of MCP Server: Modern SDK Collection & Integration Platform
- Modular blueprint architecture for easy SDK integration
- Pre-configured WalletConnect, JWT authentication, and file attachment handling
- Auto-generated Swagger API documentation
- Built-in CORS support for cross-domain requests
- Secure JWT-based authentication system
- Developer-friendly structure for straightforward extension
Use cases of MCP Server: Modern SDK Collection & Integration Platform
- Blockchain applications leveraging the WalletConnect integration
- Multi-API gateway unifying several third-party services
- Microservice aggregator combining multiple microservices under a single API
- Developer tools for building and testing against multiple SDKs in a controlled environment
FAQ from MCP Server: Modern SDK Collection & Integration Platform
What are the runtime requirements?
Python 3.6+ and pip. All dependencies are listed in requirements.txt.
How do I add a new SDK integration?
Create a new directory in app/routes/, define an SDK wrapper class, create a blueprint with routes, and register it in app/__init__.py.
What authentication mechanism does the server use?
JWT tokens, implemented via the Flask-JWT-Extended library.
How can I view the API endpoints?
The server auto-generates Swagger documentation available at http://localhost:5000/apidocs/ when running.
Is cross-origin access supported?
Yes, CORS support is built into the server out of the box.
More Developer Tools MCP servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments