@aicryptorisk/mcp-server 1.0.0 → 1.1.0

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 (6) hide show
  1. package/MARKETING.md +231 -0
  2. package/README.md +134 -133
  3. package/index.js +370 -370
  4. package/package.json +43 -34
  5. package/schema.sql +89 -89
  6. package/setup.js +98 -98
package/MARKETING.md ADDED
@@ -0,0 +1,231 @@
1
+ # Marketing Guide: AI Crypto Risk MCP Server
2
+
3
+ ## Positioning Statement
4
+
5
+ **For:** AI agent developers, crypto trading bot builders, and DeFi applications
6
+
7
+ **Problem:** AI agents executing crypto trades have no security layer - they can unknowingly trade into honeypots, rugpulls, and scam tokens
8
+
9
+ **Solution:** AI Crypto Risk MCP Server - the security checkpoint that prevents your agent from making catastrophic trades
10
+
11
+ **Differentiator:** The only MCP server purpose-built for crypto risk analysis with real-time on-chain data
12
+
13
+ ---
14
+
15
+ ## Key Messages
16
+
17
+ ### Primary Message
18
+ > "The Security Layer for Agentic Crypto Trading"
19
+
20
+ ### Supporting Messages
21
+ 1. **For Agent Developers:** "Give your trading agents a brain for security"
22
+ 2. **For DeFi Projects:** "Reduce liability by documenting due diligence"
23
+ 3. **For Individual Users:** "Never trade into a scam again"
24
+
25
+ ---
26
+
27
+ ## Marketplace Listing Copy
28
+
29
+ ### Short Description (150 chars)
30
+ ```
31
+ Real-time crypto scam detection for AI agents. Analyze tokens for honeypots, rugpulls, and red flags before any trade. Multi-chain support.
32
+ ```
33
+
34
+ ### Medium Description (300 chars)
35
+ ```
36
+ Stop your AI agent from trading into scams. AI Crypto Risk MCP Server provides instant risk analysis for crypto tokens across Ethereum, BSC, Polygon, Arbitrum, Base, and Solana. Detect honeypots, blacklist functions, hidden ownership, and 20+ red flags before any transaction.
37
+ ```
38
+
39
+ ### Full Description
40
+ ```
41
+ AI Crypto Risk MCP Server is the security layer your AI trading agent needs.
42
+
43
+ WHAT IT DOES:
44
+ - Analyzes any crypto token for scam indicators in real-time
45
+ - Returns risk scores (0-100) with detailed red flags
46
+ - Supports 6 major chains: Ethereum, BSC, Polygon, Arbitrum, Base, Solana
47
+ - Detects honeypots, blacklist functions, hidden owners, high taxes, and more
48
+
49
+ WHY YOU NEED IT:
50
+ - Prevent catastrophic losses from scam tokens
51
+ - Document due diligence for every trade
52
+ - Add security without slowing down your agent
53
+ - Liability protection for DeFi applications
54
+
55
+ TOOLS INCLUDED:
56
+ 1. analyze_crypto_risk - Instant token risk assessment
57
+ 2. request_deep_research - Comprehensive 4-pillar analysis via email
58
+ 3. get_supported_chains - List supported blockchains
59
+
60
+ PRICING:
61
+ Free tier: 10 scans/day
62
+ Paid plans from $9/month for 50+ scans/day
63
+
64
+ Built for the agentic economy. Trade safe.
65
+ ```
66
+
67
+ ---
68
+
69
+ ## Target Audiences
70
+
71
+ ### 1. AI Agent Developers
72
+ **Pain Point:** Building trading agents without security checks
73
+ **Message:** "Your agent is only as smart as its data. Give it risk intelligence."
74
+ **CTA:** "Add security in 5 minutes"
75
+
76
+ ### 2. DeFi Protocol Teams
77
+ **Pain Point:** Users getting scammed through their platform
78
+ **Message:** "Protect your users. Protect your reputation."
79
+ **CTA:** "Integrate risk checks into your protocol"
80
+
81
+ ### 3. Crypto Trading Bot Builders
82
+ **Pain Point:** Bots trading into honeypots automatically
83
+ **Message:** "Stop your bot from buying what it can't sell"
84
+ **CTA:** "Add the honeypot check"
85
+
86
+ ### 4. Claude/AI Power Users
87
+ **Pain Point:** Manually researching every token before trading
88
+ **Message:** "Let Claude check risks for you automatically"
89
+ **CTA:** "Install in 2 minutes"
90
+
91
+ ---
92
+
93
+ ## Marketplace Listing Tips
94
+
95
+ ### npm (npmjs.com)
96
+ - [x] Clear package name: `@aicryptorisk/mcp-server`
97
+ - [x] Badges: version, license
98
+ - [x] Quick start in first 3 lines
99
+ - [x] Keywords: mcp, crypto, risk, scam, ai, claude, security, trading
100
+ - [ ] Add logo/banner image
101
+ - [ ] Weekly download stats (build over time)
102
+
103
+ ### GitHub
104
+ - [ ] Add topics: `mcp`, `crypto`, `ai-agents`, `claude`, `security`
105
+ - [ ] Create releases with changelogs
106
+ - [ ] Add contributing guidelines
107
+ - [ ] Issue templates for bugs/features
108
+ - [ ] GitHub Actions for CI/CD
109
+
110
+ ### Claude Plugin Directory (when available)
111
+ - Emphasize Claude Desktop integration
112
+ - Include example prompts
113
+ - Show before/after scenarios
114
+ - Highlight the Safe-Trade skill
115
+
116
+ ### MCP Server Registries
117
+ - Submit to: mcp.run, awesome-mcp-servers
118
+ - Include demo GIF showing analysis in action
119
+ - Provide test contract addresses for reviewers
120
+
121
+ ### Product Hunt
122
+ **Tagline:** "The security layer for AI crypto trading"
123
+ **First Comment:**
124
+ ```
125
+ Hey PH!
126
+
127
+ We built this because AI agents are starting to trade crypto autonomously -
128
+ but they have zero security awareness. They'll happily buy honeypots.
129
+
130
+ AI Crypto Risk MCP adds a mandatory security checkpoint before any trade.
131
+ Works with Claude Desktop in 2 minutes.
132
+
133
+ Free tier: 10 scans/day
134
+ Would love your feedback!
135
+ ```
136
+
137
+ ### Twitter/X Threads
138
+ ```
139
+ Thread idea:
140
+
141
+ 1/ Your AI agent just bought a honeypot.
142
+ Now it can't sell.
143
+ Your funds are gone.
144
+
145
+ This is happening every day. Here's how to prevent it: 🧵
146
+
147
+ 2/ We built an MCP server that checks tokens before trading.
148
+ It catches:
149
+ - Honeypots
150
+ - Blacklist functions
151
+ - Hidden ownership
152
+ - Rugpull patterns
153
+
154
+ 3/ Takes 2 minutes to add to Claude Desktop.
155
+ npm install -g @aicryptorisk/mcp-server
156
+
157
+ 4/ Free tier: 10 checks/day
158
+ Paid: up to 200/day
159
+
160
+ Link in bio. Stay safe. 🛡️
161
+ ```
162
+
163
+ ---
164
+
165
+ ## Demo Script
166
+
167
+ ### Quick Demo (30 seconds)
168
+ 1. Show Claude Desktop
169
+ 2. Ask: "Is this token safe? 0xdAC17F958D2ee523a2206206994597C13D831ec7"
170
+ 3. Show the risk analysis response
171
+ 4. "That's USDT - score 48, some flags because Tether can freeze accounts"
172
+
173
+ ### Full Demo (2 minutes)
174
+ 1. Show a known scam token (score 90+)
175
+ 2. Show the red flags detected
176
+ 3. Show Claude refusing to help trade it
177
+ 4. Show a safe token for comparison
178
+ 5. Explain the Safe-Trade skill
179
+
180
+ ---
181
+
182
+ ## Competitive Positioning
183
+
184
+ | Feature | AI Crypto Risk | GoPlus Direct | Manual Research |
185
+ |---------|---------------|---------------|-----------------|
186
+ | MCP Integration | Yes | No | No |
187
+ | AI Agent Ready | Yes | API only | No |
188
+ | Pre-trade Enforcement | Yes (Skill) | No | No |
189
+ | Multi-chain | 6 chains | 20+ chains | Varies |
190
+ | Price | From $0 | From $0 | Free (time cost) |
191
+
192
+ **Our advantage:** Purpose-built for AI agents, not just an API.
193
+
194
+ ---
195
+
196
+ ## Launch Checklist
197
+
198
+ - [x] npm package published
199
+ - [x] README with quick start
200
+ - [x] Pricing tiers defined
201
+ - [x] API key dashboard
202
+ - [x] Safe-Trade skill created
203
+ - [ ] Demo video
204
+ - [ ] Landing page section
205
+ - [ ] Blog post announcement
206
+ - [ ] Twitter thread
207
+ - [ ] Submit to MCP registries
208
+ - [ ] Product Hunt launch
209
+
210
+ ---
211
+
212
+ ## Metrics to Track
213
+
214
+ 1. **npm downloads** - Weekly installs
215
+ 2. **API key signups** - Conversion from visitors
216
+ 3. **Daily API calls** - Usage and growth
217
+ 4. **Upgrade rate** - Free to paid conversion
218
+ 5. **Churn** - Subscription cancellations
219
+
220
+ ---
221
+
222
+ ## Future Roadmap (for marketing)
223
+
224
+ - Q1: Launch + Claude Desktop integration
225
+ - Q2: Plugin marketplace listings
226
+ - Q3: SDK for custom integrations
227
+ - Q4: Real-time alerting for portfolio monitoring
228
+
229
+ ---
230
+
231
+ *Last updated: February 2026*
package/README.md CHANGED
@@ -1,133 +1,134 @@
1
- # AI Crypto Risk MCP Server
2
-
3
- An MCP (Model Context Protocol) server that provides AI assistants with cryptocurrency risk analysis capabilities.
4
-
5
- ## Features
6
-
7
- - **Token Risk Analysis**: Analyze any crypto token for scam indicators
8
- - **Deep Research**: Request comprehensive 4-pillar research reports
9
- - **Multi-Chain Support**: Ethereum, BSC, Polygon, Arbitrum, Base, Solana
10
- - **Usage Metering**: Built-in API key authentication and usage tracking
11
-
12
- ## Installation
13
-
14
- ```bash
15
- # From npm (when published)
16
- npm install -g @aicryptorisk/mcp-server
17
-
18
- # Or from source
19
- cd mcp-server
20
- npm install
21
- ```
22
-
23
- ## Configuration
24
-
25
- ### For Claude Desktop
26
-
27
- Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on Mac or `%APPDATA%\Claude\claude_desktop_config.json` on Windows):
28
-
29
- ```json
30
- {
31
- "mcpServers": {
32
- "aicryptorisk": {
33
- "command": "node",
34
- "args": ["/path/to/mcp-server/index.js"],
35
- "env": {
36
- "AICRYPTORISK_API_KEY": "your-api-key-here"
37
- }
38
- }
39
- }
40
- }
41
- ```
42
-
43
- ### For Claude Code
44
-
45
- Add to your project's `.claude/settings.json`:
46
-
47
- ```json
48
- {
49
- "mcpServers": {
50
- "aicryptorisk": {
51
- "command": "node",
52
- "args": ["./mcp-server/index.js"],
53
- "env": {
54
- "AICRYPTORISK_API_KEY": "your-api-key-here"
55
- }
56
- }
57
- }
58
- }
59
- ```
60
-
61
- ## Available Tools
62
-
63
- ### `analyze_crypto_risk`
64
-
65
- Analyze a token for scam indicators and risk factors.
66
-
67
- **Input:**
68
- - `contract_address` (required): Token contract address
69
- - `chain` (optional): Blockchain network (default: ethereum)
70
- - `coin_name` (optional): Name for better context
71
-
72
- **Returns:**
73
- - Risk score (0-100)
74
- - Risk level (Low/Medium/High/Critical)
75
- - Red flags and warnings
76
- - Recommendations
77
-
78
- ### `request_deep_research`
79
-
80
- Request comprehensive 4-pillar analysis (delivered via email).
81
-
82
- **Input:**
83
- - `contract_address` (required): Token contract address
84
- - `chain` (required): Blockchain network
85
- - `coin_name` (required): Token name
86
- - `symbol` (optional): Token symbol
87
- - `email` (required): Email for report delivery
88
-
89
- ### `get_supported_chains`
90
-
91
- Get list of supported blockchain networks.
92
-
93
- ## Pricing Tiers
94
-
95
- | Tier | Daily Limit | Price |
96
- |------|-------------|-------|
97
- | Free | 10 scans | $0 |
98
- | Pro | 100 scans | $19/mo |
99
- | Enterprise | Unlimited | Contact us |
100
-
101
- Get your API key at: https://aicryptorisk.com/api-keys
102
-
103
- ## Example Usage
104
-
105
- Once configured, you can ask Claude:
106
-
107
- > "Analyze this token for scam risk: 0x1234...abcd on ethereum"
108
-
109
- > "Research this new memecoin PEPE2 at 0xabc... on BSC and send the report to my@email.com"
110
-
111
- ## Development
112
-
113
- ```bash
114
- # Install dependencies
115
- npm install
116
-
117
- # Run locally (dev mode, no auth required)
118
- npm start
119
-
120
- # With auth (production)
121
- SUPABASE_URL=your-url \
122
- SUPABASE_SERVICE_ROLE_KEY=your-key \
123
- AICRYPTORISK_API_KEY=test-key \
124
- npm start
125
- ```
126
-
127
- ## Database Setup
128
-
129
- Run `schema.sql` in your Supabase SQL editor to create the required tables for API key management and usage tracking.
130
-
131
- ## License
132
-
133
- MIT
1
+ # AI Crypto Risk MCP Server
2
+
3
+ **The Security Layer for Agentic Crypto Trading**
4
+
5
+ Stop your AI agent from trading into scams. This MCP server provides real-time cryptocurrency risk analysis, protecting users and agents from honeypots, rugpulls, and malicious smart contracts.
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@aicryptorisk/mcp-server.svg)](https://www.npmjs.com/package/@aicryptorisk/mcp-server)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
+
10
+ ## Why Use This?
11
+
12
+ - **Prevent Losses**: Detect honeypots, blacklist functions, and rugpull patterns before trading
13
+ - **Agent Safety**: Give your AI trading agents a security checkpoint
14
+ - **Liability Shield**: Document due diligence for every transaction
15
+ - **Multi-Chain**: Ethereum, BSC, Polygon, Arbitrum, Base, Solana
16
+
17
+ ## Quick Start
18
+
19
+ ```bash
20
+ npm install -g @aicryptorisk/mcp-server
21
+ ```
22
+
23
+ Get your API key at: **https://aicryptorisk.com/api-keys**
24
+
25
+ ### Claude Desktop Configuration
26
+
27
+ Add to `claude_desktop_config.json`:
28
+
29
+ **Mac:** `~/Library/Application Support/Claude/claude_desktop_config.json`
30
+ **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
31
+
32
+ ```json
33
+ {
34
+ "mcpServers": {
35
+ "aicryptorisk": {
36
+ "command": "npx",
37
+ "args": ["@aicryptorisk/mcp-server"],
38
+ "env": {
39
+ "AICRYPTORISK_API_KEY": "acr_your_key_here"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ ```
45
+
46
+ Restart Claude Desktop. Done.
47
+
48
+ ## Tools Available
49
+
50
+ ### `analyze_crypto_risk`
51
+
52
+ Instant risk analysis for any token.
53
+
54
+ ```
55
+ Input:
56
+ - contract_address: "0x..." (required)
57
+ - chain: "ethereum" | "bsc" | "polygon" | "arbitrum" | "base" | "solana"
58
+ - coin_name: "Token Name" (optional)
59
+
60
+ Output:
61
+ - Risk score: 0-100 (higher = more dangerous)
62
+ - Verdict: Low Risk / Elevated Risk / High Risk / Critical Risk
63
+ - Red flags: Honeypot, blacklist, hidden owner, high tax, etc.
64
+ - Positive signals: Verified source, renounced ownership, etc.
65
+ ```
66
+
67
+ ### `request_deep_research`
68
+
69
+ Comprehensive 4-pillar analysis delivered via email:
70
+ 1. On-Chain Security
71
+ 2. Social Media Intelligence
72
+ 3. Institutional Interest
73
+ 4. Off-Chain Investigation
74
+
75
+ ### `get_supported_chains`
76
+
77
+ Returns list of supported blockchain networks.
78
+
79
+ ## Example Prompts
80
+
81
+ Once configured, just ask Claude:
82
+
83
+ > "Check if this token is safe: 0xdAC17F958D2ee523a2206206994597C13D831ec7"
84
+
85
+ > "Analyze the risk of trading PEPE on ethereum"
86
+
87
+ > "Before I swap, verify this contract: 0x..."
88
+
89
+ ## Pricing
90
+
91
+ | Plan | API Calls/Day | Keys | Price |
92
+ |------|---------------|------|-------|
93
+ | Free | 10 | 2 | $0 |
94
+ | Monthly | 50 | 3 | $9/mo |
95
+ | Yearly | 100 | 5 | $69/yr |
96
+ | Lifetime | 200 | 10 | $199 once |
97
+
98
+ **[Get Your API Key](https://aicryptorisk.com/api-keys)**
99
+
100
+ ## The Safe-Trade Skill
101
+
102
+ For maximum protection, pair this MCP with our **Safe-Trade Skill** that enforces mandatory risk checks before any transaction:
103
+
104
+ ```yaml
105
+ # .claude/skills/safe-trade/SKILL.md
106
+ ---
107
+ name: safe-trade
108
+ description: Check crypto risk before any transaction
109
+ ---
110
+ BEFORE any crypto transaction, run analyze_crypto_risk.
111
+ If score > 75: REFUSE to proceed.
112
+ ```
113
+
114
+ ## Security
115
+
116
+ - API keys are hashed with SHA-256
117
+ - Usage tracked per key for billing
118
+ - Rate limiting prevents abuse
119
+ - No sensitive data stored
120
+
121
+ ## Support
122
+
123
+ - Documentation: https://aicryptorisk.com/docs
124
+ - API Keys: https://aicryptorisk.com/api-keys
125
+ - Email: jason@aicryptorisk.com
126
+ - GitHub: https://github.com/djangamane/montecrypto
127
+
128
+ ## License
129
+
130
+ MIT - Use freely in your agents and applications.
131
+
132
+ ---
133
+
134
+ **Built for the Agentic Economy.** Protect your users. Protect your agents. Trade safe.