MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Official Trezoa MCP server providing blockchain development tools and resources

Created 1/4/2026
Updated 2 days ago
Repository documentation and setup instructions

Official Trezoa MCP Server

Try it out at https://mcp.trezoa.com !

This is the official Trezoa Developer MCP. It's purpose is to serve up to date documentation across the ecosystem to vibe coders & AI agents.

This repo contains both the landing page for mcp.trezoa.com & the MCP server implementation for mcp.trezoa.com/mcp and mcp.trezoa.com/sse (thanks to Vercel's @vercel/mcp-adapter it's just one server for both endpoints).

Development

In one window, run pnpm vercel dev. And in another run npx -y @modelcontextprotocol/inspector npx mcp-remote http://localhost:3000/mcp to play around with the server locally. URL is usually http://127.0.0.1:6274.

Notes for running on Vercel

  • Requires a Redis attached to the project under process.env.REDIS_URL
  • Make sure you have Fluid compute enabled for efficient execution
  • After enabling Fluid compute, open vercel.json and adjust max duration to 800 if you using a Vercel Pro or Enterprise account
  • Deploy the MCP template
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-trezoa-mcp-official

Cursor configuration (mcp.json)

{ "mcpServers": { "trzledgerfoundation-trezoa-mcp-official": { "command": "npx", "args": [ "trzledgerfoundation-trezoa-mcp-official" ] } } }