Everclear Server
БесплатноНе проверенProvides Claude AI with direct access to Everclear.org's API endpoints for querying intents, invoices, analytics, and performing blockchain operations.
Описание
Provides Claude AI with direct access to Everclear.org's API endpoints for querying intents, invoices, analytics, and performing blockchain operations.
README
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
Installation
- Clone the repository:
git clone <repository-url>
cd everclear-mcp
- Install dependencies:
npm install
- Build the project:
npm run build
Usage
Running the Server
For development:
npm run dev
For production:
npm start
Integration with Claude Desktop
Open Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- macOS:
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 document
Scripts
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
Установка Everclear Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/counter-measure/everclear-mcpFAQ
Everclear Server MCP бесплатный?
Да, Everclear Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Everclear Server?
Нет, Everclear Server работает без API-ключей и переменных окружения.
Everclear Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Everclear Server в Claude Desktop, Claude Code или Cursor?
Открой Everclear Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Everclear Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
