Social Media
freeport.network
Provides Nostr protocol tools for searching intents, fetching profiles, events, and reputation data from the Nostr network.
ENDPOINT 1
https://mcp.freeport.network/mcp
MCP server metadata
- Name
- freeport-nostr
- Version
- 0.6.9
Freeport is a decentralized peer-to-peer marketplace on Nostr (rideshare, local services, goods). Use nostr_search_intents to find offers (kind 32101: drivers/providers/sellers) and requests (kind 32102: riders/buyers) by side, topic tag, and geographic radius; nostr_search_reputation for a pubkey's karma + proven deals; nostr_profile for kind-0 metadata; nostr_query_raw for any NIP-01 filter. Topic tags shard by area_category_subcategory (e.g. "vn_hanoi", "vn_hanoi_ridesharing"). You can publish a post with freeport_create_post (offer/request) — provide a dedicated agent secretKey or a pre-signed event; strict rate limits apply. It never reads encrypted DMs. Read the freeport://protocol resource for the full event schema and the freeport://relays resource for the active relay set.
Known tools 6
nostr_search_intentsSearch Freeport ride/service/product intents (offers & requests).
Inferred read-onlynostr_search_reputationFetch reputation signals for a pubkey: karma ratings (kind 32103) it received and deal receipts (kind 32104).
Inferred read-onlynostr_profileFetch NIP-01 profile metadata (kind 0) for one or more pubkeys — name, about, picture, nip05, lud16, etc.
Inferred read-onlynostr_query_rawEscape hatch: run an arbitrary NIP-01 filter (kinds/authors/ids/tags/since/until/limit).
Inferred read-onlyfreeport_create_postPublish a Freeport intent — an OFFER (side "offer": driver/provider/seller) or a REQUEST (side "request": rider/buyer).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.freeport-nostr]
url = "https://mcp.freeport.network/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freeport-nostr": {
"type": "http",
"url": "https://mcp.freeport.network/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freeport-nostr
Remote MCP URL: https://mcp.freeport.network/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"freeport-nostr": {
"url": "https://mcp.freeport.network/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freeport-nostr": {
"type": "http",
"url": "https://mcp.freeport.network/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freeport-nostr",
"transport": "streamable-http",
"url": "https://mcp.freeport.network/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for freeport.network was fetched 2026-08-21T12:41:56.474Z.
freeport.network is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.