> For the complete documentation index, see [llms.txt](https://olaxbt-docs.gitbook.io/olaxbt-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olaxbt-docs.gitbook.io/olaxbt-doc/core-product-suite/mcp-space/mcp-server.md).

# MCP Server

## Overview

MCP Server is a sophisticated Flask-based platform designed to bootstrap and consolidate multiple SDKs within a single server environment. It provides a unified interface for integrating various services and technologies through a collection of modular, extensible components organized as blueprints.

***

## Features

* **Modular Blueprint Architecture**: Easily integrate new SDKs with a structured, maintainable approach
* **Pre-configured SDK Integrations**:
  * Wallet Connect integration for blockchain wallet interactions
  * Authentication system with JWT token support
  * File attachment handling with secure storage
* **Interactive API Documentation**: Auto-generated Swagger documentation for all endpoints
* **Cross-Origin Resource Sharing (CORS)**: Built-in support for cross-domain requests
* **Secure Authentication**: JWT-based authentication system
* **Developer-Friendly**: Clear organization makes extending functionality straightforward

***

Please go to our [mcp-server GitHub repository](https://github.com/olaxbt/mcp-server) for the development structure and step-by-step guide

***

## License

Copyright (c) 2026 olaxbt

This project is licensed under the MIT License - see the [LICENSE](https://github.com/olaxbt/mcp-server/blob/main/LICENSE) file for details.
