Longport

Integrates with
Longport OpenAPI

Longport MCP

Longport-MCP is a MCP server for Longport OpenAPI.

Usage

To run the project, use the following command:

Start a stdio server

longport stdio

Start a SSE server

longport sse

Default bind address is 127.0.0.1:8000, you can change it by using the --bind flag:

longport stdio --bind 127.0.0.1:3000