Nostr MCP Server

by AustinKelsay
Verified

getKind1Notes

Fetch text notes (kind 1) from the Nostr social network using a user's public key. Specify relays and limit results to retrieve relevant posts efficiently.

Instructions

Get text notes (kind 1) by public key

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of notes to fetch
pubkeyYesPublic key of the Nostr user (hex format or npub format)
relaysNoOptional list of relays to query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of notes to fetch", "maximum": 100, "minimum": 1, "type": "number" }, "pubkey": { "description": "Public key of the Nostr user (hex format or npub format)", "type": "string" }, "relays": { "description": "Optional list of relays to query", "items": { "type": "string" }, "type": "array" } }, "required": [ "pubkey" ], "type": "object" }

You must be authenticated.

Other Tools from Nostr MCP Server

Related Tools

ID: y0jkijddmr