A

Agent Skills

EmblemCompany
๐Ÿ’ฐ Finance & Fintech
0 Views
0 Installs

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - 200+ crypto tools for AI agents across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin). Swaps, DeFi yield, conditional orders, NFTs, cross-chain bridges, and market intelligence. Hosted MCP at https://emblemvault.ai/api/mcp with OAuth 2.0 + PKCE for one-line install in Claude Code, Cursor, Windsurf, and any MCP-compatible client. API key and x402 per-tool-call micropayments also supported.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "emblemcompany-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "emblemcompany-agent-skills"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

EmblemAI Agent Skills

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.

Available Skills

Core

SkillDescriptionInstall
emblem-aiEmblemAI developer tools for one-shot user management, wallet-enabled users, AI crypto tooling, React SDKs, and app introspectionnpx skills add EmblemCompany/Agent-skills --skill emblem-ai
emblem-ai-reactReact-focused EmblemAI integration skill for adding auth, wallet-enabled users, chat components, and Migrate.fun flows to an appnpx skills add EmblemCompany/Agent-skills --skill emblem-ai-react
emblem-ai-agent-walletAgent wallet CLI and browser auth across 7 blockchains, with wallet, email/password, and social sign-in optionsnpx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
emblem-ai-prompt-examplesCurated non-developer prompt and usage examples for EmblemAI wallet, market, trading, NFT, Bitcoin, prediction-market, vault, and assistant workflowsnpx skills add EmblemCompany/Agent-skills --skill emblem-ai-prompt-examples

Use Cases

SkillDescriptionInstall
emblem-portfolio-trackerCross-chain portfolio monitoring, P&L tracking, and performance analyticsnpx skills add EmblemCompany/Agent-skills --skill emblem-portfolio-tracker
emblem-token-swapGuided token swapping with route optimization and slippage controlnpx skills add EmblemCompany/Agent-skills --skill emblem-token-swap
emblem-market-researchTrending tokens, sentiment analysis, and market intelligencenpx skills add EmblemCompany/Agent-skills --skill emblem-market-research
emblem-defi-yieldDeFi yield farming, LP management, and staking across DEXsnpx skills add EmblemCompany/Agent-skills --skill emblem-defi-yield
emblem-memecoin-scoutMemecoin discovery, rug-pull detection, and trending new tokensnpx skills add EmblemCompany/Agent-skills --skill emblem-memecoin-scout

Quick Install

# 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

Install EmblemAI as an MCP server

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 Code (OAuth, no API key)

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 Code (API key, for headless / CI)

claude mcp add --transport http EmblemAI https://emblemvault.ai/api/mcp \
  --header "x-api-key: YOUR_API_KEY"

GitHub Copilot CLI / .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

What EmblemAI enables

For AI agents and developers:

  • 200+ tools across 7 blockchains covering swaps, conditional orders, DeFi positions, NFT operations, cross-chain bridges, and market intelligence.
  • x402 facilitator and per-call payment rails for agent-to-agent commerce without account setup.
  • Native MCP (Model Context Protocol) server for Claude Code, GitHub Copilot, Gemini CLI, and other MCP clients.
  • A2A (Agent-to-Agent) protocol support for direct agent interoperability.
  • Deterministic wallets โ€” one password produces one persistent agent identity across all chains. Every wallet-modifying action requires explicit approval.

For end users and wallet-native apps:

  • The easiest way to do user management for wallet-native apps: one integration can create website users who also have full-featured crypto wallets.
  • Flexible login: users can sign in with many crypto wallets, email/password, or social login.
  • The easiest way to give an agent a crypto wallet: Emblem's agent wallet CLI can create or restore a wallet-enabled identity in one command.
  • One session, more capability: the same Emblem session can power authentication, wallet access, transaction signing, and AI-driven crypto workflows.

Skill Structure

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

Adding Skills

See CONTRIBUTING.md for guidelines on adding new skills.

Registry Compatibility

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.

Validation

# 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.

Shared Sources

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:

  • edit the canonical source under shared/
  • run bash validate-all.sh or bash validate-skill.sh ...
  • let the sync step regenerate the skill-local copies

Current shared sources:

  • shared/emblem-ai-prompt-examples.md
  • shared/emblem-ai-prompt-examples/
  • shared/emblem-ai-react-references/

Current generated skill-local copies:

  • prompt examples copied into emblem-ai, emblem-ai-react, emblem-ai-agent-wallet, and emblem-ai-prompt-examples
  • React references copied into emblem-ai and emblem-ai-react

The 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.

About EmblemAI

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.

License

MIT

Related MCP Servers

M
Mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
M
Mcp Server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
C
Cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
M
Mcp Server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/29/2026, 1:09:46 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.