Skip to main content
Glama

DeSo MCP Server

generate_deso_code

Generate ready-to-use code examples for DeSo blockchain operations using deso-js SDK. Specify operations like 'follow', 'post', or 'buy-creator-coin' and select languages like JavaScript, TypeScript, React, or cURL.

Instructions

Generate comprehensive code examples for DeSo operations using deso-js SDK

Input Schema

NameRequiredDescriptionDefault
fullExampleNoGenerate complete working example
includeAuthNoInclude authentication setup
languageYesProgramming language/framework
operationYesDeSo operation (e.g., 'follow', 'post', 'buy-creator-coin', 'send-diamonds')

Input Schema (JSON Schema)

{ "properties": { "fullExample": { "description": "Generate complete working example", "type": "boolean" }, "includeAuth": { "description": "Include authentication setup", "type": "boolean" }, "language": { "description": "Programming language/framework", "enum": [ "javascript", "typescript", "react", "curl" ], "type": "string" }, "operation": { "description": "DeSo operation (e.g., 'follow', 'post', 'buy-creator-coin', 'send-diamonds')", "type": "string" } }, "required": [ "operation", "language" ], "type": "object" }

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/deso-protocol/deso-mcp'

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