bitbadges-builder

Automate BitBadges collection creation and transaction JSON generation via MCP tools.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/BitBadges/bitbadges-builder-mcp --skill bitbadges-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitbadges-builder
Source: https://github.com/BitBadges/bitbadges-builder-mcp/tree/main/companion-skill
Command: npx skills add https://github.com/BitBadges/bitbadges-builder-mcp --skill bitbadges-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers and product teams to automate the creation of BitBadges collections (tokens, NFTs, and stablecoins) using the MCP toolset, reducing manual transaction construction work.

Core Features & Use Cases

  • Build smart tokens (IBC-backed) to create stablecoins or wrapped assets.
  • Build fungible tokens (ERC-20 style) for new assets and liquidity pools.
  • Build NFT collections with minting configurations.
  • Utility tools: generate backing addresses, approvals, permissions, and alias paths to support token deployment.
  • Lookup token info and validate transactions to ensure correctness before on-chain deployment.

Quick Start

Provide a user request describing the desired BitBadges collection to generate the corresponding MCP transaction JSON.

Frequently Asked Questions about bitbadges-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate BitBadges collection creation and transaction JSON generation?

You can automate BitBadges collection creation by providing a user request describing the desired tokens, NFTs, or stablecoins to generate the corresponding MCP transaction JSON automatically. This reduces manual transaction construction work for developers and product teams.

Can I build IBC-backed stablecoins and ERC-20 style fungible tokens using MCP tools?

Yes, MCP tools support building smart tokens for IBC-backed stablecoins or wrapped assets, and building fungible tokens for ERC-20 style assets and liquidity pools. These tools generate the necessary transaction JSON for deployment.

How do I set up backing addresses, approvals, and permissions for BitBadges NFT collections?

You can use utility tools such as generate_backing_address, generate_approval, and generate_permissions to configure NFT collections with minting settings. These tools produce the transaction JSON needed for proper token deployment.

What is the best way to validate BitBadges transactions before on-chain deployment?

The best way to validate BitBadges transactions is by using lookup and validation tools to ensure correctness before on-chain deployment. These tools allow you to check token info and verify transaction JSON structures.

Does the BitBadges builder work for generating alias paths and smart contract configurations?

Yes, the BitBadges builder includes a generate_alias_path utility tool for creating alias paths. It also supports smart contract configurations through the build_smart_token tool for creating stablecoins and wrapped assets.