MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2026 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Catapulta Mcp
Catapulta Mcp

Catapulta Mcp

作成者 catapulta-sh•9 months ago
サイトを訪問する

Cursor MCP for Catapulta CLI

Automation & Scripting
CursorCatapulta

Catapulta MCP

A Model Context Protocol (MCP) implementation for Catapulta CLI, enabling AI-powered interactions with deployment and management tools.

Overview

Catapulta MCP is a server implementation that bridges the gap between AI models and the Catapulta CLI, allowing for intelligent automation of deployment tasks and other operations. It provides a standardized way for AI models to interact with Catapulta’s functionality through a secure and controlled interface.

Features

  • Deployment Command Generation: AI-powered generation of deployment commands with support for multiple networks
  • Safe Command Execution: Controlled execution of CLI commands with built-in safety checks
  • Wallet Management: Generate and manage wallets through simple commands
  • Network Support: Extensive network support including:
    • Ethereum networks (mainnet, testnets)
    • Layer 2 solutions (Arbitrum, Optimism, Base)
    • Alternative chains (BSC, Gnosis, Scroll)
    • And many more
  • Advanced Deployment Options:
    • Gas optimization with gas-hawk mode

Installation

## Clone the repository
git clone https://github.com/catapulta-sh/catapulta-mcp.git
cd catapulta-mcp

## Install dependencies
npm install

Usage

Basic Usage

import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";

// Create an MCP server
const server = new McpServer({
  name: "catapulta-cli-server",
  version: "0.1.0",
});

// Start the server with StdIO transport
const transport = new StdioServerTransport();
server.connect(transport).catch((error) => {
  console.error("[MCP Error]", error);
  process.exit(1);
});

Deployment Command Generation

// Example of generating a deployment command
const command = await server.tool("generate_deploy_command", {
  script_path: "path/to/script",
  network: "matic",
  sponsor: true,
  gas_hawk: true,
});

Supported Networks

The following networks are supported for deployments:

  • Ethereum: main, goerli, sepolia
  • Layer 2:
    • Arbitrum: arbitrum, arbitrumGoerli, arbitrumSepolia
    • Optimism: optimism, optimismGoerli, optimismSepolia
    • Base: base, baseTestnet, baseSepolia
  • Alternative Chains:
    • BSC: bsc, bscTestnet
    • Gnosis: gnosis, gnosisTestnet
    • Scroll: scroll, scrollSepolia
    • And many more…

Security

The implementation includes several security measures:

  • Whitelist of allowed commands
  • Input validation for all parameters
  • Controlled execution environment
  • Error handling and logging

Development

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn
  • Catapulta CLI installed

Building

## Build the project
npm run build

## Run tests
npm test

Using it on Cursor

  • Open Cursor Settings
  • Go to the MCP tab
  • Click on Add new global MCP server

Paste this on the mcp.json

{
  "mcpServers": {
    "Catapulta-client": {
      "command": "npx",
      "args": ["-y", "@catapulta/mcp-server@latest"],
      "env": {}
    }
  }
}

Using it on VS Code

  • Open VS Code Settings
  • Write “MCP” in the search bar
  • Select User or Workspace and click on “Edit in settings.json”

Paste this on the settings.json

{
  "mcp": {
    "servers": {
      "Catapulta-client": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "@catapulta/mcp-server@latest"]
      }
    }
  }
}

Acknowledgments

  • Model Context Protocol
  • Catapulta CLI

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Mcp Server Server

Mcp Server Server

MCP server of servers

Cve Search_mcp

Cve Search_mcp

A Model Context Protocol (MCP) server for querying the CVE-Search API

Chromia Mcp

Chromia Mcp

もっと見る → →

詳細

作成日

June 13, 2025

最終更新日

June 13, 2025

カテゴリー

Automation & Scripting

作成者

catapulta-sh

シェアする

もっと見る

Vilnius Transport Mcp Server

Vilnius Transport Mcp Server

Mcp Name Origin Server

Mcp Name Origin Server

A Python-based MCP (Model Context Protocol) server that predicts the origin

Mcp Clickup

Mcp Clickup

Tavily Search Mcp Server

Tavily Search Mcp Server

An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.