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).
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 44 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add ptrinh-freeport-nostr -- npx -y freeport-nostr-mcp
codex mcp add ptrinh-freeport-nostr -- npx -y freeport-nostr-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ptrinh-freeport-nostr": {
"type": "local",
"command": [
"npx",
"-y",
"freeport-nostr-mcp"
],
"enabled": true
}
}
} openclaw mcp add ptrinh-freeport-nostr --command npx --arg -y --arg freeport-nostr-mcp
mcp_servers:
ptrinh-freeport-nostr:
command: "npx"
args: ["-y", "freeport-nostr-mcp"] {
"mcpServers": {
"ptrinh-freeport-nostr": {
"command": "npx",
"args": [
"-y",
"freeport-nostr-mcp"
]
}
}
} 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.
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.
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.
nostr_get_event ~62
Fetch one or more events by id. Returns the raw signed events.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | array | yes | — |
| relays | array | — | Override 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.
| Name | Type | Req | Description |
|---|---|---|---|
| pubkeys | array | yes | Hex pubkeys to fetch profiles for. |
| recentNotes | integer | — | If >0, also fetch up to this many recent text notes (kind 1) per pubkey. |
| relays | array | — | Override 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.
| Name | Type | Req | Description |
|---|---|---|---|
| authors | array | — | — |
| ids | array | — | — |
| kinds | array | — | — |
| limit | integer | — | — |
| relays | array | — | Override the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays. |
| since | integer | — | — |
| tags | object | — | Tag filters, e.g. {"t":["vn_hanoi"],"g":["w3gv"]}. Keys are single tag letters. |
| until | integer | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| includeExpired | boolean | — | — |
| limit | integer | — | — |
| near | object | — | Filter & sort by distance from this point. |
| relaySideGeohash | boolean | — | Also narrow at the relay via a #g cover of the radius. Only effective if posts carry geohash-prefix tags; off by default. |
| relays | array | — | Override the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays. |
| side | string | — | offer = drivers/providers/sellers; request = riders/buyers; any = both |
| since | integer | — | Only events created at/after this unix-seconds time. |
| topics | array | — | Topic `t` tags to require (category/subcategory/area keys, e.g. "vn_hanoi", "ridesharing"). |
| until | integer | — | Only 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| pubkey | string | yes | Subject pubkey (hex) to look up reputation for. |
| relays | array | — | Override the relay set for this call (ws/wss URLs, max 10). Defaults to the server relays. |
No output schema declared.
No examples provided.