Skip to main content
Glama

Bitcoin SV MCP Server

by b-open-io
index.ts613 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerAllBsvSdkPrompts } from "./bsvSdk"; import { registerOrdinalsPrompt } from "./ordinals"; /** * Register all prompts with the MCP server * @param server The MCP server instance */ export function registerAllPrompts(server: McpServer): void { // Register Ordinals prompt registerOrdinalsPrompt(server); // Register all BSV SDK prompts registerAllBsvSdkPrompts(server); // Add more prompts registration here as needed } /** * Export all prompt constants */ export * from "./ordinals"; export * from "./bsvSdk";

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/b-open-io/bsv-mcp'

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