1. Conduid
  2. Developer Tools
  3. longportapp/openapi
MCP server · Developer Tools

longportapp/openapi

LongPort OpenAPI SDK Base.

Unclaimed Apache-2.0 last commit 6 months ago sdkdevtoolsnapirustpyo3jni
80Excellent

Scored 3 hours ago · breakdown

About longportapp/openapi

longportapp/openapi is an MCP server published by longportapp in the Developer Tools category: longPort OpenAPI SDK Base. It has been installed 0 times through Conduid.

The repository has 368 stars and 56 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx openapi

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about longportapp/openapi

Powered by Claude · Grounded in docs

I know everything about longportapp/openapi. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v4.3.7v4.3.7 · 12 Aug 2026
v4.3.6v4.3.6 · 10 Aug 2026
v4.3.5v4.3.5 · 30 Jul 2026
v4.3.4v4.3.4 · 30 Jul 2026
v4.3.3v4.3.3 · 1 Jul 2026

README

Longbridge OpenAPI SDK

Go project version PyPI version npm version Maven Central

Longbridge OpenAPI provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories:

  • Trading - Create, amend, cancel orders, query today’s/past orders and transaction details, etc.
  • Quotes - Real-time quotes, acquisition of historical quotes, etc.
  • Portfolio - Real-time query of the account assets, positions, funds
  • Real-time subscription - Provides real-time quotes and push notifications for order status changes

This repo contains the following main components:

Name Document Description
Rust Doc Longbridge OpenAPI for Rust (>= 1.89.0)
Python Doc Longbridge OpenAPI for Python 3 (>= 3.8)
Node.js Doc Longbridge OpenAPI for Node.js (>= 10)
Java Doc Longbridge OpenAPI for Java (>= 11)
C Doc Longbridge OpenAPI for C (>= C99)
C++ Doc Longbridge OpenAPI for C++(>= C++17)
Go https://github.com/longbridge/openapi-go
MCP An MCP server implementation for Longbridge OpenAPI

Quickstart

Pick a language SDK from the table above and follow its README for install and first request. Full reference docs: https://longbridge.github.io/openapi

SDK Documentation

https://longbridge.github.io/openapi

Troubleshooting

  • Environment variables not taking effect
    • macOS/Linux: export ... only affects the current shell session.
    • Windows: setx ... requires opening a new terminal/session to take effect.
  • Authentication errors (401/403)
    • Verify LONGBRIDGE_APP_KEY, LONGBRIDGE_APP_SECRET, LONGBRIDGE_ACCESS_TOKEN are correct and not expired.
    • Ensure your OpenAPI app has the required permissions.
  • Network / connection errors
    • Check firewall/proxy rules for HTTPS/WSS.
    • If you use a custom endpoint, set LONGBRIDGE_HTTP_URL, LONGBRIDGE_QUOTE_WS_URL, LONGBRIDGE_TRADE_WS_URL.
  • Quote subscription exits immediately
    • Keep the process running (event loop / sleep / blocking receive loop), otherwise you will not see push events.
  • Debugging
    • Enable logs via LONGBRIDGE_LOG_PATH.
    • If quotes connect but look empty, keep LONGBRIDGE_PRINT_QUOTE_PACKAGES=true to confirm opened quote packages.

Minimal Verification

If you're not sure whether your environment / credentials are correct, start with the built-in HTTP client examples.

  • Python:

    python examples/python/http_client.py
    
  • Node.js:

    node examples/nodejs/http_client.js
    
  • Rust:

    cargo run --manifest-path examples/rust/Cargo.toml -p http_client
    
  • Java (from the example module directory):

    cd examples/java/http_client
    mvn -q -DskipTests package
    mvn -q -DskipTests exec:java
    
  • C/C++:

    • Use the sources in examples/c/http_client/main.c and examples/cpp/http_client/main.cpp.
    • Build instructions depend on your toolchain; see the corresponding language SDK README.

Expected results:

  • If credentials are valid and network is reachable, the HTTP call returns JSON.
  • If it returns 401/403, check your LONGBRIDGE_APP_KEY, LONGBRIDGE_APP_SECRET, LONGBRIDGE_ACCESS_TOKEN.
  • If it times out / cannot connect, check proxy/firewall and your endpoint env vars.

Resources

License

Licensed under either of

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About longportapp/openapi

How do I install longportapp/openapi?

Run npx openapi, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is longportapp/openapi safe to use with an AI agent?

Its trust score is 80 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is longportapp/openapi still maintained?

Yes — the latest release is v4.3.7 (12 Aug 2026), and the last commit was 6 months ago. The repository has 368 stars and 0 open issues.