loading…
Search for a command to run...
loading…
Emblem Vault AI. Get a cross-chain wallet out of the box and do everything crypto with our terminal! Token discovery, swaps, cross-chain bridges, NFTs, predicti
Emblem Vault AI. Get a cross-chain wallet out of the box and do everything crypto with our terminal! Token discovery, swaps, cross-chain bridges, NFTs, prediction markets...
Smithery quality 84 Glama MCP server LobeHub License: MIT GitHub stars
Official skill collection for AI agents building with EmblemAI. EmblemAI is open-source crypto infrastructure for both end users and AI agents: 200+ tools across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin) for swaps, conditional orders, DeFi, NFTs, and cross-chain bridges, with x402 payment rails and A2A and MCP protocol support. Emblem is also the easiest way to add user management for apps that need wallet-native users: one integration can create authenticated users, give each user a full-featured crypto wallet, and support website login with wallets, email/password, and social sign-in. Compatible with Claude Code, Cursor, Codex, and other agents following the Agent Skills specification.
| Skill | Description | Install |
|---|---|---|
| emblem-ai | EmblemAI developer tools for one-shot user management, wallet-enabled users, AI crypto tooling, React SDKs, and app introspection | npx skills add EmblemCompany/Agent-skills --skill emblem-ai |
| emblem-ai-react | React-focused EmblemAI integration skill for adding auth, wallet-enabled users, chat components, and Migrate.fun flows to an app | npx skills add EmblemCompany/Agent-skills --skill emblem-ai-react |
| emblem-ai-agent-wallet | Agent wallet CLI and browser auth across 7 blockchains, with wallet, email/password, and social sign-in options | npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet |
| emblem-ai-prompt-examples | Curated non-developer prompt and usage examples for EmblemAI wallet, market, trading, NFT, Bitcoin, prediction-market, vault, and assistant workflows | npx skills add EmblemCompany/Agent-skills --skill emblem-ai-prompt-examples |
| Skill | Description | Install |
|---|---|---|
| emblem-portfolio-tracker | Cross-chain portfolio monitoring, P&L tracking, and performance analytics | npx skills add EmblemCompany/Agent-skills --skill emblem-portfolio-tracker |
| emblem-token-swap | Guided token swapping with route optimization and slippage control | npx skills add EmblemCompany/Agent-skills --skill emblem-token-swap |
| emblem-market-research | Trending tokens, sentiment analysis, and market intelligence | npx skills add EmblemCompany/Agent-skills --skill emblem-market-research |
| emblem-defi-yield | DeFi yield farming, LP management, and staking across DEXs | npx skills add EmblemCompany/Agent-skills --skill emblem-defi-yield |
| emblem-memecoin-scout | Memecoin discovery, rug-pull detection, and trending new tokens | npx skills add EmblemCompany/Agent-skills --skill emblem-memecoin-scout |
# Install a specific skill
npx skills add EmblemCompany/Agent-skills --skill emblem-ai
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-react
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-prompt-examples
# Install all skills
npx skills add EmblemCompany/Agent-skills
# List available skills
npx skills add EmblemCompany/Agent-skills --list
The skills above are authoring guidance. If you want your agent to actually call EmblemAI tools at runtime, install the hosted MCP server in your MCP-compatible client.
claude mcp add --transport http EmblemAI https://emblemvault.ai/api/mcp
Claude Code walks you through the hosted OAuth flow in your browser. No secret to paste.
claude mcp add --transport http EmblemAI https://emblemvault.ai/api/mcp \
--header "x-api-key: YOUR_API_KEY"
.mcp.json{
"mcpServers": {
"emblemai": {
"type": "http",
"url": "https://emblemvault.ai/api/mcp",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}
Full install matrix (Claude Desktop bridge, Cursor, Windsurf, Gemini CLI): https://emblemvault.ai/docs/mcp
For AI agents and developers:
For end users and wallet-native apps:
Each skill follows the Agent Skills specification:
skills/<skill-name>/
├── SKILL.md # Required — skill instructions + metadata (recommended <500 lines)
├── references/ # Optional — detailed documentation by topic
├── scripts/ # Optional — executable helpers
├── assets/ # Optional — config templates, schemas
└── examples/ # Optional — sample outputs
See CONTRIBUTING.md for guidelines on adding new skills.
The publishable SKILL.md files in this repo intentionally stay within the public Agent Skills frontmatter defined at agentskills.io/specification: name, description, and the optional license, compatibility, metadata, and allowed-tools fields.
That keeps these skills portable across agentskills.io / agentskills.to compatible tooling instead of relying on vendor-only top-level fields.
The public docs we found describe a repo-based sharing and install flow rather than a documented manual “add skill” form in the web UI. In practice, keep the skill in git, validate it with the official CLI, and share or install it from the repository.
# Install the official validator
python -m pip install skills-ref==0.1.1
# Validate one skill with the official CLI
agentskills validate skills/emblem-ai-agent-wallet
# Validate all skills in this repository
bash validate-all.sh
# Validate one skill with the repo wrapper
bash validate-skill.sh emblem-ai-agent-wallet
The upstream agentskills validate command validates one skill directory at a time, not the top-level ./skills folder. This repository's validate-all.sh wrapper loops through skills/*/, syncs shared EmblemAI reference sources into skill-local copies, and then runs repository-specific markdown/link checks.
The legacy --strict flag is still accepted by the wrapper scripts for backwards compatibility, but it no longer changes behavior because the official validator is spec-compatible by default.
Pull requests install the official skills-ref validator in CI and run the repository wrapper so public skill frontmatter stays spec-compatible.
CI also fails if the sync step rewrites generated files under skills/, which prevents uncommitted shared-reference updates from slipping through.
Some reference docs are intentionally repeated across publishable skills. Those repeated files are not meant to be edited in place under skills/.../references/.
The rule is:
shared/bash validate-all.sh or bash validate-skill.sh ...Current shared sources:
shared/emblem-ai-prompt-examples.mdshared/emblem-ai-prompt-examples/shared/emblem-ai-react-references/Current generated skill-local copies:
emblem-ai, emblem-ai-react, emblem-ai-agent-wallet, and emblem-ai-prompt-examplesemblem-ai and emblem-ai-reactThe sync entrypoint is utils/sync-emblem-ai-shared-references.sh.
If a reference file is duplicated across multiple skills, move it into shared/ and sync it back into each standalone skill instead of maintaining separate manual copies.
Validation also runs automatically on every PR via GitHub Actions.
EmblemAI provides 200+ autonomous trading tools across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin). Open source and available as an npm CLI, an MCP server, and an A2A-compatible agent.
MIT
Run in your terminal:
claude mcp add emblem-ai -- npx Yes, Emblem AI MCP is free — one-click install via Unyly at no cost.
No, Emblem AI runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Emblem AI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Payments, customers, subscriptions
by Stripe110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemUnified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorseDeploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs