Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

analyzeNip19

Decode and analyze NIP-19 entities or hex strings to identify their type and extract detailed contents, simplifying interaction with the Nostr social network.

Instructions

Analyze any NIP-19 entity or hex string to understand its type and contents

Input Schema

NameRequiredDescriptionDefault
inputYesThe NIP-19 entity or hex string to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "The NIP-19 entity or hex string to analyze", "type": "string" } }, "required": [ "input" ], "type": "object" }

Other Tools from Nostr MCP Server

Related Tools

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/AustinKelsay/nostr-mcp-server'

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