๐Ÿ‹ CryptoPulse Embed

Add Whale Alerts to Any Website

One line of code. Real-time whale movements from 34+ EVM chains.

1One-Liner Embed

<script src="https://cryptopulse.uno/embed/cryptopulse.js"></script>

2With Configuration

<script>
window.CryptoPulseConfig = {
  theme: "dark",
  limit: 10,
  chain: "ethereum"
};
</script>
<script src="https://cryptopulse.uno/embed/cryptopulse.js"></script>

3npm SDK

npm install @cryptopulse/sdk
import { CryptoPulse } from '@cryptopulse/sdk';

const cp = new CryptoPulse({ apiKey: 'your-key' });
const whales = await cp.getWhales({ chain: 'ethereum' });

4MCP Server (AI Agents)

# Connect Claude / ChatGPT as a custom connector:
#   URL:  https://cryptopulse.uno/api/mcp
#   Auth: Bearer <your CryptoPulse API key>

# Or test with the MCP Inspector:
npx @modelcontextprotocol/inspector https://cryptopulse.uno/api/mcp

๐Ÿ”Œ Works Everywhere

Script Embed

Any HTML site โ€” one line

WordPress

Shortcodes & sidebar widget

Shopify

Theme App Extension

npm SDK

TypeScript client for Node.js

MCP Server

Claude / ChatGPT via Model Context Protocol

Webflow

Custom code embed

Bubble / Wix

Plugin & custom elements

Built by CryptoPulse ยท GitHub