AI Service Platform
@Daniel1989
About AI Service Platform
public service host on cloud mcp server
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments