Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

longport-mcp

MCP.Pizza Chef: longportapp

Longport-MCP is a server implementation of the Model Context Protocol that exposes Longport OpenAPI functionality. It supports multiple transport modes including stdio and Server-Sent Events (SSE), allowing flexible integration with MCP clients. The server can be configured to bind to custom network addresses, facilitating deployment in various environments. It enables real-time, structured context sharing and interaction between LLMs and Longport APIs, enhancing AI workflows with Longport data and services.

Use This MCP server To

Expose Longport OpenAPI data to MCP clients for AI workflows Run MCP server with stdio transport for local integrations Run MCP server with SSE transport for web-based clients Configure server binding address for custom network setups Enable real-time context sharing between LLMs and Longport APIs

README

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

longport-mcp FAQ

How do I start the Longport-MCP server using stdio transport?
Run the command `longport stdio` to start the server with stdio transport for local communication.
Can I run Longport-MCP with Server-Sent Events (SSE)?
Yes, use the command `longport sse` to start the server with SSE transport for HTTP-based streaming.
How do I change the default bind address of the Longport-MCP server?
Use the `--bind` flag followed by the desired address, e.g., `longport stdio --bind 127.0.0.1:3000`.
What is the default network address and port for Longport-MCP?
The default bind address is `127.0.0.1:8000`.
Is Longport-MCP compatible with multiple MCP clients?
Yes, it supports standard MCP transports allowing integration with various MCP clients.
What benefits does Longport-MCP provide for AI model integrations?
It enables real-time, structured context sharing and interaction with Longport OpenAPI, enhancing AI workflows with live data.
Can Longport-MCP be deployed in different network environments?
Yes, the bind address is configurable to suit different deployment scenarios.