CoinLore Connector for AI agents.
11 live capabilities
Get real-time cryptocurrency market data and social sentiment.
Waiting for input…
Why people use CoinLore
CoinLore for Real-Time Crypto Market Intelligence
With this Connector, your agent does the hunting for you. You just ask about a coin's price, its social buzz, or its top exchanges, and the data appears instantly.
What Vinkius changes
You get real-time crypto market intelligence delivered directly to your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking social sentiment
A trader asks 'Is there hype for Solana on Reddit?
- Real-world use case 02
Building a historical report
An analyst asks for a year of Bitcoin OHLCV data to create a trend chart, and the agent pulls it via get_ohlcv.
- Real-world use case 03
Populating an exchange list
A developer asks to list all exchanges to populate a dropdown menu in their app using list_exchanges.
Complete set · 11capabilities
The complete CoinLore capability set.
These are the exact actions your AI can choose when you ask it to work with CoinLore.
01—04
4 capabilities in this set.
Part of 11 available through CoinLore.
- 01 Capability
List assets
Get a lightweight list of all available coins in the market.
- 02 Capability
Get coin info
Fetch static metadata and details for a specific cryptocurrency.
- 03 Capability
Get coin markets
See the top 50 exchanges and trading pairs for a specific coin.
- 04 Capability
Get global stats
Get the total market cap, volume, and dominance for the entire crypto market.
05—08
4 capabilities in this set.
Part of 11 available through CoinLore.
- 05 Capability
Get exchange
Get details for a specific exchange along with its top 100 pairs.
- 06 Capability
List exchanges
Get a full list of all exchanges supported by CoinLore.
- 07 Capability
Get movers
See the top 20 winners and losers over 1h, 24h, and 7d timeframes.
- 08 Capability
Get ohlcv
Fetch 365 days of daily Open, High, Low, Close, and Volume history.
09—11
3 capabilities in this set.
Part of 11 available through CoinLore.
- 09 Capability
Get social stats
Check Twitter and Reddit engagement metrics for a specific coin.
- 10 Capability
Get ticker
Get detailed price, volume, and supply data for a specific coin ID.
- 11 Capability
List tickers
Retrieve real-time tick data for multiple coins at once.
Set up in minutes
One URL. Then ask CoinLore to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CoinLore from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CoinLore, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CoinLore for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CoinLore URL.
- Step 03
Save and start
Save the connection and enable CoinLore in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"coinlore": {
"url": "https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CoinLore
Open Agent mode in chat and ask: "Using CoinLore, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"coinlore": {
"url": "https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CoinLore
Ask Copilot: "Using CoinLore, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"coinlore": {
"url": "https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CoinLore
Open Cascade and ask: "Using CoinLore, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"coinlore": {
"url": "https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CoinLore
Ask Cline: "Using CoinLore, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add coinlore --transport http "https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CoinLore
Ask Claude: "Using CoinLore, show me...". 11 tools are ready
Where the request belongs
Work CoinLore can move forward.
For crypto traders who need fast data, data analysts who need historical numbers, and developers building crypto apps who need reliable pricing feeds.
Crypto Trader
Analyzes market movers and social sentiment to time entries without leaving their workspace.
Data Analyst
Pulls 365 days of OHLCV data into reports to identify long-term market trends.
Web3 Developer
Fetches coin metadata and exchange pairs to populate app interfaces and dashboards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCryptoCompare (Crypto Market Data)
Access real-time and historical cryptocurrency market data, news, and top coins directly from your AI agent.
Santiment (On-chain, Social & Dev Metrics for Crypto)
Access deep on-chain, social, and development metrics for thousands of crypto assets directly from your AI agent.
Brave New Coin
Access institutional-grade cryptocurrency data via Brave New Coin. track prices, markets, and historical data directly from any AI agent.
CoinPaprika API
Access cryptocurrency data. audit coins, markets, and exchanges via AI.
CoinGecko
Access real-time cryptocurrency prices, market data, and on-chain analytics from the world's leading crypto data aggregator.
LunarCrush (Social Intelligence for Crypto Assets)
Access real-time social intelligence for crypto assets. track Galaxy Scores, AltRank, and market sentiment directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep CoinLore connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CoinLore.
The practical details behind the request, access and result.
Does CoinLore MCP provide real-time crypto prices?
Yes, it fetches live ticker data for thousands of coins, including current price, volume, and supply.
Can I see social media trends with CoinLore MCP?
Yes, it pulls engagement metrics from both Twitter and Reddit so you can see what the community is saying about specific assets.
Does CoinLore MCP have historical data?
It provides up to 365 days of daily OHLCV history, which is great for looking at long-term price trends.
Is an API key required for CoinLore MCP?
No, the public tier does not require an API key, making it very easy to connect to your AI client.
Can it find exchange info for different coins?
Yes, it can list all supported exchanges and show you the top 100 trading pairs for specific cryptocurrencies.
What coins does CoinLore MCP support?
It supports thousands of coins, allowing you to check data for major assets like Bitcoin and Ethereum or smaller altcoins.
How do I get global market stats using CoinLore MCP?
You can simply ask your AI agent to fetch global market statistics, and it will provide the total market cap, volume, and dominance.
How can I see which cryptocurrencies are performing best today?
You can use the get_movers capability. It retrieves the top 20 gainers and losers in the market based on your preferred timeframe (1h, 24h, or 7d).
Is it possible to get historical price data for a specific coin?
Yes! The get_ohlcv capability provides 365 days of daily Open, High, Low, Close, and Volume history for any coin using its CoinLore ID.
Can I check the social media popularity of a cryptocurrency?
Absolutely. Use the get_social_stats capability with a coin's ID to retrieve metrics from Twitter and Reddit, including follower counts and engagement stats.
One connection away
Give your agent a direct line to CoinLore.
Connect CoinLore once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available