kaito-mcp-server 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +19 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,45 +122,45 @@ The transport is **stdio**. Use this command in your client's MCP server configu
122
122
 
123
123
  | Tool | Description |
124
124
  |------|-------------|
125
- | `kaito_entities` | List or search supported Kaito token identifiers, symbols, and project names |
126
- | `kaito_narratives` | List or search supported narrative IDs and display names |
125
+ | `kaito_entities` | List or search supported Kaito token identifiers by project name, token value, symbol, or CoinGecko slug |
126
+ | `kaito_narratives` | List or search supported Kaito narrative IDs by narrative code or display name |
127
127
 
128
128
  ### Search & Discovery
129
129
 
130
130
  | Tool | Description |
131
131
  |------|-------------|
132
- | `kaito_search` | General-purpose natural-language Kaito search |
133
- | `kaito_feeds` | Structured top-content Kaito feed for discovery and monitoring |
134
- | `kaito_advanced_search` | Advanced structured Kaito search for highly specific retrieval |
132
+ | `kaito_search` | Default natural-language Kaito search for most user requests across Twitter, News, Research, and Podcast content |
133
+ | `kaito_feeds` | Use this when you want the top ranked content feed for the whole market or scoped to a single resolved token, optionally within a time window. |
134
+ | `kaito_advanced_search` | Power-user structured Kaito search with explicit control over tokens, usernames, sources, time filters, sorting, language, and thresholds |
135
135
 
136
136
  ### Sentiment, Mindshare & Engagement
137
137
 
138
138
  | Tool | Description |
139
139
  |------|-------------|
140
- | `kaito_tweet_engagement_info` | Detailed engagement metrics for a specific tweet |
141
- | `kaito_sentiment_entity` | Daily sentiment time series for a token |
142
- | `kaito_engagement` | Daily engagement metrics for a token or keyword |
143
- | `kaito_mentions` | Daily mention counts for a token or keyword |
144
- | `kaito_mindshare_entity` | Daily mindshare time series for a token |
145
- | `kaito_mindshare_entity_arena` | Project rankings by mindshare |
146
- | `kaito_mindshare_entity_delta` | Top gainers and losers by mindshare change |
147
- | `kaito_mindshare_narrative` | Daily mindshare for a crypto narrative |
140
+ | `kaito_tweet_engagement_info` | Detailed engagement metrics for a specific tweet, including likes, retweets, replies, views, and smart engagement count |
141
+ | `kaito_sentiment_entity` | Daily sentiment time series for a token, including volume-weighted bullish and bearish scores plus notable events |
142
+ | `kaito_engagement` | Daily engagement metrics for a token or keyword, including total and smart/KOL engagement |
143
+ | `kaito_mentions` | Daily mention counts for a token or keyword across Twitter, News, Podcast, and Research |
144
+ | `kaito_mindshare_entity` | Daily mindshare time series for a token, showing its share of crypto Twitter conversation |
145
+ | `kaito_mindshare_entity_arena` | Project rankings by mindshare score, with optional category and time window filters |
146
+ | `kaito_mindshare_entity_delta` | Top gainers and losers by mindshare change over a selected time window |
147
+ | `kaito_mindshare_narrative` | Daily mindshare time series for a crypto narrative |
148
148
 
149
149
  ### Account & KOL Analytics
150
150
 
151
151
  | Tool | Description |
152
152
  |------|-------------|
153
- | `kaito_smart_following_market` | Accounts that smart followers have recently followed |
154
- | `kaito_smart_followers` | Smart follower count or list for a user |
155
- | `kaito_smart_following` | Latest smart accounts followed by a Twitter user |
156
- | `kaito_mindshare_entity_by_account` | Top KOLs ranked by mindshare for a token |
157
- | `kaito_twitter_user_metadata` | Twitter user profile metadata by user ID |
153
+ | `kaito_smart_following_market` | Market-level signal showing which accounts smart followers have recently followed |
154
+ | `kaito_smart_followers` | Smart follower data for a Twitter user, including total smart follower count or gained followers for a specific date |
155
+ | `kaito_smart_following` | Latest smart accounts followed by a Twitter user in reverse chronological order |
156
+ | `kaito_mindshare_entity_by_account` | Top KOLs ranked by mindshare for a given token |
157
+ | `kaito_twitter_user_metadata` | Twitter user profile metadata by user ID, including name, username, bio, follower stats, and account classification |
158
158
 
159
159
  ### Events & Catalysts
160
160
 
161
161
  | Tool | Description |
162
162
  |------|-------------|
163
- | `kaito_events` | Upcoming catalyst and unlocks for a token |
163
+ | `kaito_events` | Upcoming catalyst events for a token, with filtering by event type, source, and date range |
164
164
 
165
165
  ## Resources
166
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaito-mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Kaito AI crypto market intelligence API",
5
5
  "license": "MIT",
6
6
  "type": "module",