Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

ping

Test connectivity to the Aster Finance Futures API to verify system availability and ensure cryptocurrency trading operations can proceed.

Instructions

Test connectivity to the Rest API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The execution handler for the 'ping' tool. It dispatches a GET request to the '/fapi/v1/ping' endpoint using the shared makeRequest helper function.
    case 'ping': return makeRequest('GET', '/fapi/v1/ping', {});
  • src/index.ts:52-52 (registration)
    The tool registration entry in the listTools response, including name, description, and input schema (empty object).
    { name: 'ping', description: 'Test connectivity to the Rest API.', inputSchema: { type: 'object', properties: {} } },
  • Input schema definition for the 'ping' tool: an empty object (no parameters required).
    { name: 'ping', description: 'Test connectivity to the Rest API.', inputSchema: { type: 'object', properties: {} } },

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/questflowai/aster-mcp-server'

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