# Santiment MCP for AI Agents AI Agent Connect

> Santiment gives your AI agent direct access to deep on-chain, social, and developer metrics for thousands of crypto assets. It turns your AI into a market researcher that can pull historical data, track social sentiment, and monitor developer activity across the entire crypto landscape in real-time.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lXyON1L6wtQgaeruZtinO8oIBvP6cWovncrWG00Q/ai-agent-connect
- **Tags:** crypto-metrics, on-chain-data, social-sentiment, developer-activity, market-intelligence

## Description

Santiment connects you to institutional-grade crypto market intelligence so you can stop digging through separate dashboards to understand what's actually happening in the markets. Instead of jumping between tabs to check whale movements or developer commits, you can just ask your agent to tell you what's moving. It pulls in data that covers everything from network growth to social sentiment. You'll find it's a lot easier to spot trends when your agent can cross-reference multiple assets at once or filter for projects that meet specific activity thresholds. It's a core part of the Vinkius catalog, making it easy to plug into your existing workflow without having to learn complex query languages. You get the data you need to make informed decisions, whether you're looking for the next big project or just trying to verify a market hypothesis.

## Tools

### get_metric_timeseries
Get historical data for a specific metric and a single asset slug. Use this to see how things like price or network growth have trended over time.

### list_projects
List all available projects and their unique slugs. This is your starting point for finding the correct identifiers for any crypto asset.

### filter_projects_by_metric
Filter crypto projects based on specific metric thresholds like daily active addresses. This helps you find hidden gems that meet your exact criteria.

### get_metric_multiple_slugs
Fetch timeseries data for a specific metric across several different assets at once. It's the fastest way to compare performance across a portfolio.

## Prompt Examples

**Prompt:** 
```
Show me the daily active addresses for bitcoin from 2023-10-01 to now.
```

**Response:** 
```
I've pulled the daily active addresses for Bitcoin starting from October 1, 2023.

| Date | Active Addresses |
| :--- | :--- |
| 2023-10-01 | 920,000 |
| 2023-11-01 | 945,000 |
| 2024-01-01 | 980,000 |

The data shows a steady upward trend with a notable peak of 1.2M addresses in late October.
```

**Prompt:** 
```
Compare the social volume of ethereum and solana for the last 7 days.
```

**Response:** 
```
Here is the social volume comparison for Ethereum and Solana over the last 7 days:

*   **Ethereum**: Maintained a steady baseline of mentions, showing consistent community interest.
*   **Solana**: Experienced a significant 40% spike in social volume yesterday following the recent network update.

Solana is currently seeing much higher relative engagement.
```

**Prompt:** 
```
Find the top 5 projects with the highest developer activity in the last 30 days.
```

**Response:** 
```
Based on developer activity metrics from the last 30 days, here are the top 5 projects:

1. **Cardano**
2. **Polkadot**
3. **Ethereum**
4. **Cosmos**
5. **Chainlink**

These projects have shown the most consistent commits and development growth recently.
```

## Capabilities

### Fetch historical price and address data
Get historical data for metrics like daily active addresses or price trends for any specific crypto asset.

### Compare multiple crypto assets
View performance and health metrics for several different tokens in a single query.

### Find project identifiers
Search through thousands of available projects to find the correct slugs for your queries.

### Filter projects by activity
Identify market opportunities by filtering assets based on specific developer or network thresholds.

### Track developer activity
Monitor the growth and health of protocols by pulling real-time development metrics.

## Use Cases

### Comparing social volume
A trader asks their agent to compare the social volume of Ethereum and Solana over the last 7 days to see which has more community engagement.

### Finding top dev projects
An analyst asks for the top 5 projects with the highest developer activity in the last 30 days to identify the most active ecosystems.

### Validating Bitcoin trends
A researcher asks the agent to show the daily active addresses for Bitcoin since October 2023 to verify a growth hypothesis.

### Filtering for hidden gems
A hunter uses the agent to find projects with high developer activity but low price action to find undervalued opportunities.

## Benefits

- Stop manually checking multiple dashboards. Use get_metric_multiple_slugs to see how different tokens compare in one go.
- Identify high-potential projects faster. Use filter_projects_by_metric to spot assets with high dev activity but low price action.
- Validate market theories with hard data. Use get_metric_timeseries to pull historical trends like daily active addresses.
- Save hours on project discovery. Use list_projects to find the exact slugs you need for any asset in the market.
- Monitor social sentiment instantly. Your agent can track mentions and volume to see what the community is actually talking about.
- Access institutional-grade data. Get deep insights into network growth and developer activity without manual scraping.

## How It Works

The bottom line is you get instant access to deep crypto intelligence without writing a single line of code.

1. Subscribe to the Santiment MCP via the Vinkius marketplace.
2. Enter your Santiment API key in your AI client's configuration.
3. Ask your agent questions about crypto trends, social sentiment, or specific asset data.

## Frequently Asked Questions

**What can I do with the Santiment MCP?**
You can use it to pull on-chain, social, and developer metrics for thousands of crypto assets. It lets your AI agent perform deep market research, compare different tokens, and identify projects based on specific activity thresholds.

**How does Santiment help with crypto research?**
It gives you access to institutional-grade data that goes beyond just price. You can see how many people are actually using a network, how much the developers are working on it, and what the general social sentiment is.

**Can I compare different crypto assets?**
Yes. You can ask your agent to compare metrics like social volume or network growth across multiple tokens at the same time to see which ones are performing better.

**Does the Santiment MCP track developer activity?**
Yes, it tracks developer activity metrics, which is a great way to see which protocols are being actively built on and which ones might be losing momentum.

**How do I get on-chain data using Santiment?**
Once the Connector is connected to your AI client, you can simply ask questions about on-chain metrics like daily active addresses or network growth for any specific crypto project.

**Can I find new crypto projects with Santiment?**
You can search through thousands of projects to find identifiers and then filter them by specific metrics, like finding assets with high developer activity but low price action.

**How can I find the correct slug for a specific cryptocurrency?**
You can use the `list_projects` tool. It provides a paginated list of all available assets and their corresponding slugs used for metric queries.

**Can I compare the price of multiple assets at once?**
Yes! Use the `get_metric_multiple_slugs` tool. Just provide the metric (e.g., 'price_usd') and an array of slugs to get a combined timeseries for comparison.

**Is it possible to find projects based on their network activity levels?**
Absolutely. Use the `filter_projects_by_metric` tool to find projects that meet specific criteria, such as having more than 1000 daily active addresses over a certain period.