MCP.so
ログイン

Monorail MCP Server

@monorail-xyz

Monorail MCP Server について

An MCP server with all of Monorail's capabilities

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

monorail-xyz

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ