AI Service Platform
@Daniel1989
About AI Service Platform
public service host on cloud mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-cloud": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}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 AI Service Platform?
A cloud-ready service platform for AI-powered tool execution with Model Context Protocol (MCP) integration. It provides REST API endpoints, stateless design with persistent tool configuration, and supports horizontal scaling.
How to use AI Service Platform?
Install Python 3.10+, clone the repository, set up a virtual environment, install dependencies, and start the development server with FLASK_DEBUG=1 python flask.py. Use GET /tools to list available MCP tools and POST /query with a JSON body containing a "query" field to execute natural language queries.
Key features of AI Service Platform?
- Cloud native architecture with REST API endpoints.
- Stateless design with persistent tool configuration.
- Horizontal scaling support.
- Unified tool gateway with automatic MCP tool discovery in
servers/directory. - Execute natural language queries via POST /query endpoint.
Use cases of AI Service Platform?
—
FAQ from AI Service Platform
What Python version is required?
Python 3.10 or higher is required.
How do I list available MCP tools?
Send a GET request to the /tools endpoint.
How do I execute a natural language query?
Send a POST request to /query with a JSON body that includes a "query" field (e.g., {"query": "5+5"}).
What architecture does the platform use?
Cloud-native, stateless design with horizontal scaling support.
Where are MCP tools discovered from?
The server automatically discovers MCP tools placed in the servers/ directory.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments