INDIVIDUAL MCP TOOL
nostr_query_raw
Escape hatch: run an arbitrary NIP-01 filter (kinds/authors/ids/tags/since/until/limit).
LIVE ENDPOINT
https://mcp.freeport.network/mcp
Connect to this endpoint to inspect the live schema for nostr_query_raw and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
nostr_search_intents— Search Freeport ride/service/product intents (offers & requests).nostr_search_reputation— Fetch reputation signals for a pubkey: karma ratings (kind 32103) it received and deal receipts (kind 32104).nostr_get_event— Fetch one or more events by id.nostr_profile— Fetch NIP-01 profile metadata (kind 0) for one or more pubkeys — name, about, picture, nip05, lud16, etc.freeport_create_post— Publish a Freeport intent — an OFFER (side "offer": driver/provider/seller) or a REQUEST (side "request": rider/buyer).