Vestige Model Context Protocol Implementation
Vestige Model Context Protocol Implementation. The vestige mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.
A Model Context Protocol (MCP) server implementation for interacting with the Vestige API, providing comprehensive DeFi analytics and data access for the Algorand ecosystem.
Vestige MCP serves as a bridge between MCP-enabled applications and the Vestige API, offering tools to access: - Network information and statistics - Protocol analytics (Tinyman, Pact, Algofi, etc.) - Asset data and price information - Pool analytics and liquidity information - Vault statistics - Balance tracking - Transaction monitoring - Market notes and annotations
Everything the assistant can do here goes through one of these:
Real — time swap monitoringSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 8 environment variables: ALGORAND_NETWORK, ALGORAND_ALGOD_API, ALGORAND_ALGOD, ALGORAND_ALGOD_PORT, ALGORAND_TOKEN, ALGORAND_AGENT_WALLET, VESTIGE_API_URL, VESTIGE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Vestige MCP's toolset — Real — is a fair guide to whether it matches your workflow. It is maintained by GoPlausible; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Real | time swap monitoring |
| Variable | Description | Required |
|---|---|---|
| ALGORAND_NETWORK | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD_API | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD_PORT | Configuration value read at startup. | Optional |
| ALGORAND_TOKEN | Credential the server authenticates with. | Yes |
| ALGORAND_AGENT_WALLET | Configuration value read at startup. | Optional |
| VESTIGE_API_URL | Endpoint or connection string the server talks to. | Yes |
| VESTIGE_API_KEY | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.