io.github.pelletfi/mcp · v0.4.2
Token intelligence on Base. Market data, safety flags, and analysis via x402.
Pellet 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@pelletfi/mcp"
]
}
}
}EVM_PRIVATE_KEY可选secretEVM wallet private key for x402 micropayments. Required only for paid tools (get_contract at $0.02, analyze_token at $0.05). Free tools work without it.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.pelletfi/mcp",
"type": "mcp-server",
"version": "0.4.2",
"displayName": "Pellet",
"description": "Token intelligence on Base. Market data, safety flags, and analysis via x402.",
"repository": {
"url": "https://github.com/pelletfi/pellet",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@pelletfi/mcp",
"version": "0.4.2",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "EVM_PRIVATE_KEY",
"description": "EVM wallet private key for x402 micropayments. Required only for paid tools (get_contract at $0.02, analyze_token at $0.05). Free tools work without it.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.pelletfi/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.pelletfi%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}