# CoinLore MCP for AI Agents AI Agent Connect

> CoinLore MCP for AI Agents. Access real-time cryptocurrency market stats, historical price data, and social sentiment from Twitter and Reddit. Get live ticker updates, market movers, and exchange information to make informed trading decisions without leaving your AI interface.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0bdiS7P92diiLFLSf5vi9NgKsnA4Kaa46Gs1rR4D/ai-agent-connect
- **Tags:** cryptocurrency, bitcoin-prices, market-data, crypto-trading, altcoins

## Description

Imagine you're trying to track a volatile altcoin. Usually, that means juggling five different tabs—one for the price chart, one for social sentiment, another for exchange volume, and maybe a spreadsheet for historical trends. It's a mess. This Connector changes that by letting your AI agent do the heavy lifting. Instead of copy-pasting numbers, you just ask your agent for the latest data. It pulls live ticker information, checks which coins are moving the most right now, and even pulls social metrics from Reddit and Twitter to see what people are actually saying. You get a consolidated view of the market directly in your chat or IDE. Because Vinkius hosts this Connector, you can plug it into your existing workflow and get these insights instantly. It's about moving from manual data hunting to just asking questions and getting straight answers.

## Tools

### list_assets
Get a lightweight list of all available coins in the market.

### get_coin_info
Fetch static metadata and details for a specific cryptocurrency.

### get_coin_markets
See the top 50 exchanges and trading pairs for a specific coin.

### get_global_stats
Get the total market cap, volume, and dominance for the entire crypto market.

### get_exchange
Get details for a specific exchange along with its top 100 pairs.

### list_exchanges
Get a full list of all exchanges supported by CoinLore.

### get_movers
See the top 20 winners and losers over 1h, 24h, and 7d timeframes.

### get_ohlcv
Fetch 365 days of daily Open, High, Low, Close, and Volume history.

### get_social_stats
Check Twitter and Reddit engagement metrics for a specific coin.

### get_ticker
Get detailed price, volume, and supply data for a specific coin ID.

### list_tickers
Retrieve real-time tick data for multiple coins at once.

## Prompt Examples

**Prompt:** 
```
What's the current market cap and BTC dominance?
```

**Response:** 
```
I've pulled the current global market stats for you:

*   **Total Market Cap:** ~$2.45 Trillion
*   **24h Volume:** ~$85 Billion
*   **Bitcoin Dominance:** 52.1%

Let me know if you need a breakdown for any specific assets.
```

**Prompt:** 
```
Show me the top 20 gainers in the last 24 hours.
```

**Response:** 
```
Here are the top 20 gainers over the last 24 hours:

| Rank | Coin | 24h Change |
| :--- | :--- | :--- |
| 1 | CoinX | +24.5% |
| 2 | TokenY | +18.2% |
| 3 | AltZ | +15.1% |

Would you like the social sentiment for any of these?
```

**Prompt:** 
```
Get the price and social stats for Ethereum.
```

**Response:** 
```
Here is the current status for **Ethereum (ETH)**:

*   **Current Price:** $3,450.00
*   **Twitter Followers:** 3M+ 
*   **Reddit Engagement:** High (Active discussion today)

It seems there is significant community interest right now.
```

## Capabilities

### Get live prices and volume
Retrieve real-time ticker data and supply information for specific coins.

### Identify market winners and losers
See the top 20 gainers and losers across 1h, 24h, and 7d timeframes.

### Pull historical price history
Fetch 365 days of daily OHLCV data for deep trend analysis.

### Check social media engagement
Monitor Twitter and Reddit metrics to gauge community sentiment for any asset.

### Find exchange and trading pairs
List all supported exchanges and inspect the top 100 trading pairs.

### Fetch coin metadata
Get static information and details for thousands of different coins.

## Use Cases

### Checking social sentiment
A trader asks 'Is there hype for Solana on Reddit?' and the agent uses get_social_stats to provide current engagement numbers.

### 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.

### Populating an exchange list
A developer asks to list all exchanges to populate a dropdown menu in their app using list_exchanges.

### Quick market pulse check
A user asks 'What's moving the most in the last hour?' and gets the top 20 gainers instantly using get_movers.

## Benefits

- Stop tab-switching by getting live prices and social metrics in one chat with get_ticker and get_social_stats.
- Identify market trends faster using get_movers to see top gainers over different timeframes.
- Build better reports with 365 days of historical data from get_ohlcv.
- Gauge community hype instantly with get_social_stats for any coin.
- Find the best trading venues using list_exchanges and get_coin_markets.
- Speed up development by fetching coin metadata with get_coin_info.

## How It Works

The bottom line is you get real-time crypto market intelligence delivered directly to your AI chat.

1. Subscribe to the CoinLore MCP on the Vinkius Marketplace.
2. Connect the Connector to your AI client like Claude or Cursor.
3. Ask your agent for live crypto prices, social trends, or historical data.

## Frequently Asked Questions

**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` tool. 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` tool 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` tool with a coin's ID to retrieve metrics from Twitter and Reddit, including follower counts and engagement stats.