Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.ptrinh/freeport-nostr

NPM · FREEPORT-NOSTR-MCP · 2 COMPONENTS · SCANNED AUG 3

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

+15 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (126 of 127), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (126 of 127), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 952 tokens (~136/item across 7 items; 5 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 60% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · freeport-nostr-mcp

# add to Claude Code
claude mcp add ptrinh-freeport-nostr -- npx -y freeport-nostr-mcp
# add to Codex CLI
codex mcp add ptrinh-freeport-nostr -- npx -y freeport-nostr-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ptrinh-freeport-nostr": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "freeport-nostr-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ptrinh-freeport-nostr --command npx --arg -y --arg freeport-nostr-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ptrinh-freeport-nostr:
    command: "npx"
    args: ["-y", "freeport-nostr-mcp"]
// mcp.json
{
  "mcpServers": {
    "ptrinh-freeport-nostr": {
      "command": "npx",
      "args": [
        "-y",
        "freeport-nostr-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 31 Jul 26 +18
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −44
    • Malware scan: pass → unverified security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 126 packages

126 packages in the resolved dependency tree · 123 deprecated · 43 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~745 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
nostr_get_event ~62

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

NameTypeReqDescription
idsarrayyes
relaysarrayOverride the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays.

No output schema declared.

No examples provided.

nostr_profile ~145

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 Nostr user, not just Freeport.

NameTypeReqDescription
pubkeysarrayyesHex pubkeys to fetch profiles for.
recentNotesintegerIf >0, also fetch up to this many recent text notes (kind 1) per pubkey.
relaysarrayOverride the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays.

No output schema declared.

No examples provided.

nostr_query_raw ~157

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.

NameTypeReqDescription
authorsarray
idsarray
kindsarray
limitinteger
relaysarrayOverride the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays.
sinceinteger
tagsobjectTag filters, e.g. {"t":["vn_hanoi"],"g":["w3gv"]}. Keys are single tag letters.
untilinteger

No output schema declared.

No examples provided.

nostr_search_intents ~251

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-first when a point is given.

NameTypeReqDescription
includeExpiredboolean
limitinteger
nearobjectFilter & sort by distance from this point.
relaySideGeohashbooleanAlso narrow at the relay via a #g cover of the radius. Only effective if posts carry geohash-prefix tags; off by default.
relaysarrayOverride the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays.
sidestringoffer = drivers/providers/sellers; request = riders/buyers; any = both
sinceintegerOnly events created at/after this unix-seconds time.
topicsarrayTopic `t` tags to require (category/subcategory/area keys, e.g. "vn_hanoi", "ridesharing").
untilintegerOnly events created at/before this unix-seconds time.

No output schema declared.

No examples provided.

nostr_search_reputation ~130

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 are subjective and un-weighted here; do not treat as Sybil-proof.

NameTypeReqDescription
limitinteger
pubkeystringyesSubject pubkey (hex) to look up reputation for.
relaysarrayOverride the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays.

No output schema declared.

No examples provided.