Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.ptrinh/freeport-nostr

io.github.ptrinh/freeport-nostr

Search Freeport Nostr events by kind, tag & geohash radius (rides, services, reputation).

Uptime
100.0%
1 direct probes · 30d
Response
1507ms
last probe
Tools
6
callable
Resources
2
readable
Prompts
0
available

Tools · 6

nostr_search_intents

Search Freeport ride/service/product intents (offers & requests). Filter by side, category/area topic tags, and an optional geographic radius. Results are decoded, expiry-filtered, and sorted nearest-…

nostr_search_reputation

Fetch reputation signals for a pubkey: karma ratings (kind 32103) it received and deal receipts (kind 32104). Returns proven-deal count (both receipt halves present) and a karma summary. Note: scores …

nostr_get_event

Fetch one or more events by id. Returns the raw signed events.

nostr_profile

Fetch NIP-01 profile metadata (kind 0) for one or more pubkeys — name, about, picture, nip05, lud16, etc. Optionally include each author's most recent notes (kind 1). General-purpose: works for any No…

nostr_query_raw

Escape hatch: run an arbitrary NIP-01 filter (kinds/authors/ids/tags/since/until/limit). Use the typed tools above when they fit. Returns raw signed events.

freeport_create_post

Publish a Freeport intent — an OFFER (side "offer": driver/provider/seller) or a REQUEST (side "request": rider/buyer). Provide EITHER a `secretKey` (nsec or hex — the server builds, signs and publish…

Resources · 2

relays

The Nostr relays this server queries.

freeport://relays
protocol

Freeport event kinds, intent schema, discovery tags, and tool usage.

freeport://protocol

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ptrinh/freeport-nostr": {
      "url": "https://nostr-mcp.trinh.uk/mcp",
      "transport": "streamable-http"
    }
  }
}