Skip to main content
Glama
kirha-ai

Kirha Crypto Smithery Gateway

Official
by kirha-ai

Kirha Smithery Gateway

  • JSON Configuration: Easily configure tools, verticals, and API endpoints

  • Dynamic Tool Registration: Tools are registered based on configuration

  • Session-Based API Keys: Each session gets its own API key for secure tool execution

  • Debug Mode: Optional debug logging for development

  • Modular Architecture: Clean separation of concerns with tools in separate files

Configuration

Environment Configuration (smithery.yaml)

runtime: "container"
startCommand:
  type: "http"
  configSchema:
    type: "object"
    properties:
      apiKey:
        type: "string"
        description: "Your API key"
      debug:
        type: "boolean"
        description: "Enable debug logging"
        default: false
      configPath:
        type: "string"
        description: "Path to custom configuration file"
    required: ["apiKey"]

JSON Configuration (config.json)

{
  "mcp": {
    "name": "kirha-crypto",
    "version": "1.0.0"
  },
  "tool": {
    "name": "execute-crypto-tool-planning",
    "title": "Crypto Tool Planning",
    "description": "Execute crypto-related tool planning",
    "enabled": true
  },
  "vertical": "crypto",
  "api": {
    "executeToolPlanningUrl": "https://api.kirha.ai/chat/v1/tool-planning/execute",
    "summarization": {
      "enable": true,
      "model": "kirha-flash"
    }
  }
}

Related MCP server: Armor Crypto MCP

Creating Forks

To create a fork for a different vertical:

  1. Copy config.example.json to config.json

  2. Update the configuration:

    • Change mcp.name to your vertical name

    • Update vertical to your vertical ID

    • Modify tool object with your specific tool

    • Update tool.name, tool.title, and tool.description

Project Structure

src/
├── index.ts              # Main server entry point
├── types.ts              # Type definitions
└── tools/
    └── toolPlanning.ts   # Tool planning implementation

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Start built server
npm start

Adding New Tools

  1. Create a new file in src/tools/ (e.g., newTool.ts)

  2. Implement the tool registration function following the ToolRegistrationFunction type

  3. Add the tool to the availableTools mapping in src/index.ts

  4. Update your config.json to include the new tool

Session Management

  • Each client connection gets its own API key from Smithery

  • Configuration is bound at connection time

  • Tools have access to session-specific configuration

  • API keys are securely passed to tool execution functions

Debug Mode

Enable debug mode by setting debug: true in the session configuration:

GET /mcp?apiKey=your-key&debug=true

This will log:

  • Configuration loading

  • Tool registration

  • Tool execution

  • Error details

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to perform cryptocurrency trading operations on Binance exchange through 30 comprehensive tools supporting spot trading, futures contracts, options, account management, market data analysis, and risk control features. Provides enterprise-grade security with local encrypted API key storage and supports multiple account types with sandbox environment testing.
    9
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A unified interface that provides AI agents with access to premium data sources and crypto market intelligence through a single authentication endpoint. It handles multi-API composition and planning to aggregate real-time blockchain analytics and financial data into conversational workflows.
    7
    3
    ISC
  • F
    license
    -
    quality
    B
    maintenance
    Enables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.

View all related MCP servers

Related MCP Connectors

  • AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.

  • 52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence.

  • Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kirha-ai/kirha-crypto-smithery-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server