Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

searchNips

Find relevant Nostr Implementation Possibilities (NIPs) by submitting a search query, with options to limit results and include full content for detailed insights.

Instructions

Search through Nostr Implementation Possibilities (NIPs)

Input Schema

NameRequiredDescriptionDefault
includeContentNoWhether to include the full content of each NIP in the results
limitNoMaximum number of results to return
queryYesSearch query to find relevant NIPs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeContent": { "default": false, "description": "Whether to include the full content of each NIP in the results", "type": "boolean" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query to find relevant NIPs", "type": "string" } }, "required": [ "query" ], "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