streamable-httpupdated 9mo ago
⚡ Full Solana DeFi coverage: launchpads, tokens, trades, and wallets — decoded at scale & accessible via LLMs.
neglect 能做什么?
Neglect's Solana DeFi MCP Server
⚡ Full Solana DeFi coverage: launchpads, tokens, trades, and wallets — decoded at scale & accessible via LLMs.
This MCP server provides structured, real-time access to the entire Solana DeFi ecosystem, making it easy for agents and developers to query data in a consistent, machine-readable format.
✨ Features
- Billions of decoded on-chain Solana transactions
- Full coverage of launchpads, tokens, trades, and wallet interactions
- Real-time updates with low latency
- Secure bearer authentication with API keys
- Rich, structured data for AI agents and analytics
🗝️ Getting an API Key
To use this MCP server, you’ll need a Neglect API key:
- Go to the Neglect Developer Dashboard.
- Choose the plan that fits your needs and complete checkout.
- Once your plan is active, your API key will be automatically generated and available in your dashboard.
Example: https://api.neglect.trade/mcp?apiKey=YOUR_API_KEY
📡 Endpoints
The server is hosted at:
Transport type: streamable-http
🔑 Authentication
You must provide your Neglect API key as a query parameter:
?apiKey=YOUR_API_KEY
For detailed instructions, see the Authentication Docs.
📖 Documentation
🧑💻 Author
Built and maintained by Neglect
- Website: https://neglect.trade
- GitHub: Neglect
📜 License
安装
把 neglect 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http neglect https://api.neglect.trade/mcpcodex mcp add neglect --url https://api.neglect.trade/mcp{
"mcpServers": {
"neglect": {
"url": "https://api.neglect.trade/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"neglect": {
"type": "http",
"url": "https://api.neglect.trade/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"neglect": {
"url": "https://api.neglect.trade/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"neglect": {
"serverUrl": "https://api.neglect.trade/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档11/25
- 维护9/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 286 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2025年9月17日 |