Skip to main content
Glama
ordi402

@ordinal402/ordinal-mcp

by ordi402

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORDINAL_URLNoMarketplace origin.https://www.ordinal402.xyz
ORDINAL_MCP_TOKENNoOnly if the marketplace endpoint is gated.
ORDINAL_PRIVATE_KEYNoPayer key, 0x + 64 hex. Without it, paid calls explain why they cannot run.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_servicesA

Browse published Ordinal services. Optionally filter by free-text query, category, or a maximum price per call. Returns id, slug, name, description, price, and reliability metrics.

get_service_detailsA

Full detail for one service: input/output JSON Schema, price, example request and response, documentation, and the x402 settlement terms. Call this before try_service or call_service so the input matches the schema.

try_serviceA

Run a service without paying. Validates the input against the service schema and returns the provider's real response, but settles no payment and records no usage. Use this for demos and for checking output shape before committing to a paid call.

call_serviceA

Execute a real paid call, settled on Robinhood Chain from this machine's wallet (no key configured yet). The payment is signed locally; the private key never leaves this machine. Returns the provider response plus the settlement transaction.

check_payment_statusA

Look up a Robinhood Chain transaction by hash and report whether it succeeded, how many confirmations it has, and its explorer URL.

wallet_addressA

Reports which wallet this bridge will pay from, and whether a key is configured at all. Useful before a paid call.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources