MCP.so
Sign In

Monorail MCP Server

@monorail-xyz

About Monorail MCP Server

An MCP server with all of Monorail's capabilities

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

monorail-xyz

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Monorail MCP Server?

Monorail MCP Server is a Model Context Protocol (MCP) server that lets AI agents fetch quotes, trade transactions, and token information from Monorail’s APIs. It aggregates data from 11 exchanges and over 7000 tokens, intended for developers integrating AI with trading data.

How to use Monorail MCP Server?

Clone the repository, run npm install, then npm run build. Add the resulting build/index.js to your MCP client configuration (e.g., Claude Desktop) using the command node and the full path to the build file. After setup, ask your AI for token information, balances, or trade quotes.

Key features of Monorail MCP Server

  • Get quotes from 11 aggregated exchanges
  • Retrieve token information for 7000+ tokens
  • Fetch trade transactions including execution data
  • Does not implement wallet or trade execution
  • Easy setup as an MCP server

Use cases of Monorail MCP Server

  • Ask an AI for the current quote of a token across multiple exchanges
  • Have an AI retrieve your token balances from Monorail’s APIs
  • Get trade transaction data to manually execute via a wallet

FAQ from Monorail MCP Server

What exactly does this server do?

It provides quotes, trade transaction data, and token information from Monorail’s aggregated exchange network. The quotes include the raw data needed to execute a trade.

Can I execute trades with this server?

No. The server returns transaction data, but it does not implement any wallet functionality to actually submit or execute trades.

What dependencies are required?

Node.js and npm are required to install dependencies and build the project. The built server runs as a Node process.

Where does the data come from?

All data is fetched from Monorail’s APIs, which aggregate information from 11 connected exchanges covering over 7000 tokens.

Is there any authentication needed?

The README does not mention any authentication or API keys. The server communicates via the MCP protocol using standard transport.

Comments

More Other MCP servers