Skip to main content
Glama
tdnupe3

Coin Railz MCP Server

by tdnupe3

ping_coinrailz

Test connectivity to Coin Railz payment infrastructure to verify platform status, version, and available services count.

Instructions

Test connectivity to Coin Railz x402 payment infrastructure.

Args: message: Optional message to include in ping

Returns: Platform status, version, and available services count.

Price: $0.25

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoHello from Claude

Implementation Reference

  • The ping_coinrailz tool handler, which verifies connection by calling the 'ping' service via the call_coinrailz_service helper.
    @mcp.tool()
    async def ping_coinrailz(message: str = "Hello from Claude") -> str:
        """
        Test connectivity to Coin Railz x402 payment infrastructure.
        
        Args:
            message: Optional message to include in ping
        
        Returns:
            Platform status, version, and available services count.
        
        Price: $0.25
        """
        result = await call_coinrailz_service("ping", {"message": message})
        return json.dumps(result, indent=2)

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/tdnupe3/mcp-server-coinrailz'

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