Everclear MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Everclear MCP ServerGet a route quote for 1000 USDC from Ethereum to Arbitrum"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Everclear MCP Server
A Model Context Protocol (MCP) server that provides Claude AI with direct access to Everclear.org's API endpoints. This enables Claude to interact with the Everclear protocol, query intents and invoices, retrieve analytics, and perform various blockchain-related operations.
Features
Required Endpoints
Get Intents: Retrieve a list of intents with optional filters
Get Intent Details: Get detailed information about a specific intent
Get Invoices: Fetch list of invoices with optional filters
Get Invoice Details: Get detailed information about a specific invoice
Get Invoice Min Amounts: Calculate minimum amounts needed to settle an invoice
Get Route Quote: Get quote for a route including fees and limits
Optional Endpoints
Get Liquidity Flow: Retrieve liquidity flow metrics
Get Clearing Volume: Retrieve clearing volume metrics
Related MCP server: Base MCP Server
Installation
Clone the repository:
git clone <repository-url>
cd everclear-mcpInstall dependencies:
npm installBuild the project:
npm run buildUsage
Running the Server
For development:
npm run devFor production:
npm startIntegration with Claude Desktop
Open Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add the Everclear MCP server configuration:
{
"mcpServers": {
"everclear": {
"command": "node",
"args": ["/path/to/everclear-mcp/dist/index.js"]
}
}
}Restart Claude Desktop
Available Tools
Once connected, Claude will have access to the following tools:
get_intents
Retrieve a list of intents from Everclear.
Parameters:
status(optional): Filter by intent statuslimit(optional): Number of results to returnoffset(optional): Pagination offset
get_intent_details
Get detailed information about a specific intent.
Parameters:
intentId(required): The ID of the intent
get_invoices
Retrieve a list of invoices.
Parameters:
status(optional): Filter by invoice statuslimit(optional): Number of results to returnoffset(optional): Pagination offset
get_invoice_details
Get detailed information about a specific invoice.
Parameters:
invoiceId(required): The ID of the invoice
get_invoice_min_amounts
Calculate minimum amounts needed to settle an invoice.
Parameters:
invoiceId(required): The ID of the invoice
get_route_quote
Get a quote for a route including fees and limits.
Parameters:
fromChain(required): Source chain identifiertoChain(required): Destination chain identifieramount(required): Amount to transfertoken(required): Token address or identifier
get_liquidity_flow
Retrieve liquidity flow metrics.
Parameters:
timeRange(optional): Time range for metricschainId(optional): Filter by specific chain
get_clearing_volume
Retrieve clearing volume metrics.
Parameters:
timeRange(optional): Time range for metricschainId(optional): Filter by specific chain
Development
Project Structure
everclear-mcp/
├── src/
│ └── index.ts # Main MCP server implementation
├── dist/ # Compiled JavaScript output
├── package.json # Project dependencies and scripts
├── tsconfig.json # TypeScript configuration
├── README.md # This file
└── PRODUCT_SPEC.md # Product specification documentScripts
npm run build: Compile TypeScript to JavaScriptnpm run dev: Run the server in development mode with hot reloadnpm start: Run the compiled server
API Documentation
For more information about the Everclear API endpoints, visit: https://docs.everclear.org/developers/api
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/counter-measure/everclear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server