MCP.so
登录

AI Service Platform

@Daniel1989

关于 AI Service Platform

public service host on cloud mcp server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Daniel1989

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-cloud": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器