Back to MCP directory
publicPublicdnsLocal runtime

Bitcoin OP_RETURN

一个用于opreturnbot.com的MCP服务器

article

README

🚀 MCP 退出操作服务器

本项目是一个用于利用 opreturnbot.com 的 MCP 服务器,可帮助用户更便捷地进行相关操作。

🚀 快速开始

📦 安装指南

  1. 克隆项目仓库并进入项目目录,然后使用 cargo 进行安装:
git clone https://github.com/benthecarman/mcp-op-return.git
cd mcp-op-return
cargo install --path .
  1. 将其添加到 MCP 配置中:
{
    "mcpServers": {
       "mcp-op-return": {
          "command": "mcp-op-return",
          "args": [
             "--mcp"
          ]
       }
    }
 }
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client