Skip to content

MCP Server

MCP Server

mcp-server/ is the read-oriented finance and crypto layer in AgentLayer.

Its role is to give agents structured market and chain context without turning the wallet backend into a general data scraper.

Current role

The MCP server is used for:

  • token and coin prices
  • DeFi reads
  • wallet and token lookups
  • gas and fee context
  • chain and explorer lookups
  • search and discovery
  • sentiment and market summary surfaces
  • ERC-8004 agent discovery

Boundary with the wallet

The wallet stack remains the write-capable layer.

Use mcp-server when the job is:

  • inspect
  • compare
  • quote
  • search
  • summarize

Use agent-wallet when the job is:

  • sign
  • transfer
  • stake
  • swap
  • bridge
  • approve a payment