Skip to main content
Glama
mvika007

ASX MAXIMUM EDGE™ V8-I Live Data Gateway

by mvika007

ASX MAXIMUM EDGE™ V8-I Live Data Gateway

External MCP gateway for the first Tier-1 acquisition test.

Target symbols

CBA, BHP, WGX, CBE, WLC

Related MCP server: market-data-mcp

Architecture

ASX Equity Stocks API -> external gateway -> validation -> MCP Streamable HTTP -> V8-I

Deployment

The server uses the current MCP Python SDK v2 and Streamable HTTP at /mcp.

Local smoke test

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python server.py

The MCP endpoint will be:

http://localhost:8000/mcp

Cloud deployment

Deploy this repository to an MCP-compatible host such as Alpic. Configure:

  • ASX_API_URL

  • ASX_API_KEY

  • PORT (usually supplied by the platform)

The deployed endpoint should be HTTPS and end in /mcp.

Acceptance test

Call the MCP tool:

asx_run_gateway_test

It performs three consecutive batch acquisitions of:

  • CBA

  • BHP

  • WGX

  • CBE

  • WLC

Promotion requires:

  1. Three completed snapshots.

  2. All five symbols present in all three.

  3. Required numeric fields valid.

  4. No validation errors.

  5. No request failures.

A passing result says TIER-1 ELIGIBLE.

Important limitation

The upstream ASX Equity Stocks API documentation describes its core data as approximately 30-second refresh/latency and warns that latency may be longer. The gateway therefore does NOT invent a source timestamp or claim exchange-grade real-time latency.

Until a trustworthy source timestamp/freshness measurement is available, the gateway must not be treated as execution-grade merely because its endpoint is reachable.

GREEN means the gateway's observed data passed its integrity checks; it does not mean a trading signal exists.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Real-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
    -
  • F
    license
    B
    quality
    C
    maintenance
    A production-grade MCP server for FIX protocol trading operations that enables order management, session repair, and algorithmic execution. It provides specialized tools for monitoring session health, managing ticker reference data, and executing complex trading scenarios.
    22
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A production-grade MCP server that integrates Polygon.io market data with an 18-layer technical analysis engine to generate actionable options trading signals and high-probability playbooks.
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mvika007/asx-maximum-edge-v8i-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server