MCP Server
Active
MIT
io.github.wesseltl/price-data-mcp MCP Server
io.github.wesseltl/price-data-mcp
What is the io.github.wesseltl/price-data-mcp MCP server?
Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.
How to install io.github.wesseltl/price-data-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"price-data-mcp": {
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"price-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hyperliquid-price-mcp"
]
}
}
}Claude Code
claude mcp add price-data-mcp -- uvx hyperliquid-price-mcpRelated MCP servers
Extract text and tables from PDFs for an agent: invoices, reports, statements.
1
View repository →Python
MIT
Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.
0
View repository →Python
MIT
Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.
0
View repository →Python
MIT