_ registry / mcp http-sse · checked 1h ago

nostr-signer-chatgpt

https://signer.frontiercrown.com

Registry code: 3a44921456b9d0e5

api record

Never ask for or accept an nsec/private key. Prefer the local NIP-07 setup page with Alby, nos2x, or another browser extension; NIP-46 is an advanced fallback. Before signing, prepare an exact event and show it to the user. Call sign_event only after explicit user intent; approval still happens in the user's signer. Publish only after separate explicit publication intent. Never claim a post is live unless at least one relay acknowledgement is returned. Grynvault account access and in-app browser handoffs are read-only but still require signed-access confirmation. A handoff code lets only the…

endpoint
https://signer.frontiercrown.com/mcp
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
210ms

last good check

priced tools
0

of 17 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 17 tools
17 never probed 0 of 17 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • prepare_note unknown never probed

    Prepare and bind an exact unsigned kind:1 note for user review. This does not sign or publish.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "type": "string",
          "maxLength": 65536,
          "minLength": 1
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • publish_event unknown never probed

    Publish a previously verified signed event to configured relays. Requires separate explicit user intent.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "intent_id",
        "confirm_publish"
      ],
      "properties": {
        "relays": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 500
          },
          "maxItems": 8
        },
        "intent_id": {
          "type": "string",
          "format": "uuid"
        },
        "confirm_publish": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user explicitly approved this action."
        }
      },
      "additionalProperties": false
    }
    arguments 28 lines
  • prepare_grynvault_nip05_invoice unknown never probed

    Check and normalize a [email protected] identifier, then prepare its exact 2,000-sat invoice authorization. Does not sign, reserve the name, create, pay, or settle an invoice.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "pattern": "^[A-Za-z0-9_-]+$",
          "maxLength": 32,
          "minLength": 1
        }
      },
      "additionalProperties": false
    }
    arguments 16 lines
  • prepare_event unknown never probed

    Validate and bind an exact unsigned Nostr event for user review. This does not sign or publish. Show the user every field before requesting a signature.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "event"
      ],
      "properties": {
        "event": {
          "type": "object",
          "required": [
            "kind",
            "created_at",
            "tags",
            "content"
          ],
          "properties": {
            "kind": {
              "type": "integer",
              "maximum": 65535,
              "minimum": 0
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "array",
                "items": {
                  "type": "string",
                  "maxLength": 4096
                },
                "maxItems": 16,
                "minItems": 1
              },
              "maxItems": 128
            },
            "content": {
              "type": "string",
              "maxLength": 65536
            },
            "created_at": {
              "type": "integer",
              "minimum": 0
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
    arguments 48 lines
  • sign_event unknown never probed

    Ask the paired signer to approve and sign the exact event bound to a fresh intent. Requires explicit user intent and never publishes.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "intent_id",
        "confirm_signature"
      ],
      "properties": {
        "intent_id": {
          "type": "string",
          "format": "uuid"
        },
        "confirm_signature": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user explicitly approved this action."
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_setup_url unknown never probed

    Return the loopback-only page used to connect a NIP-07 browser extension or an advanced NIP-46 signer.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_signer_status unknown never probed

    Check whether a user-controlled NIP-07 or NIP-46 signer is connected.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • begin_nostrconnect_pairing unknown never probed

    Advanced fallback: create a nostrconnect:// URI for the user to scan or open in a remote signer. Never accepts an nsec.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "relays": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 500
          },
          "maxItems": 8
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • connect_bunker unknown never probed

    Connect a bunker:// URI only when the user knowingly supplied it. Prefer the local setup page so connection secrets are not placed in chat. Never accepts an nsec.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "connection_uri"
      ],
      "properties": {
        "connection_uri": {
          "type": "string",
          "maxLength": 8192
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • disconnect_signer unknown never probed

    Forget the in-memory signer session and all prepared events.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "confirm_disconnect"
      ],
      "properties": {
        "confirm_disconnect": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user explicitly approved this action."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • get_grynvault_account_dashboard unknown never probed

    Read the connected Nostr identity's Grynvault supporter, payment, and NIP-05 dashboard using a short-lived signed authorization. This does not create an invoice or change settlement.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "confirm_account_access"
      ],
      "properties": {
        "confirm_account_access": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user approved signing a read-only Grynvault account request."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • approve_grynvault_browser_handoff unknown never probed

    Sign a short-lived, read-only Grynvault account handoff code so the browser tab that created it can receive its own dashboard. This does not create an invoice, publish a Nostr event, change settlement, or grant wallet custody.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "code",
        "confirm_browser_sign_in"
      ],
      "properties": {
        "code": {
          "type": "string",
          "maxLength": 20,
          "minLength": 12,
          "description": "The one-time code displayed by the Grynvault portal, for example ABCD-EFGH-JKLM."
        },
        "confirm_browser_sign_in": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user asked to sign the displayed Grynvault browser code."
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • prepare_grynvault_supporter_invoice unknown never probed

    Prepare an exact, short-lived signed-authorization request for a one-time donation of 21 to 1,000,000 sats or the fixed 2,100-sat 30-day membership. Does not sign, create, pay, or settle an invoice.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "plan"
      ],
      "properties": {
        "plan": {
          "enum": [
            "basic_once",
            "member_monthly"
          ],
          "type": "string"
        },
        "donation_sats": {
          "type": "integer",
          "maximum": 1000000,
          "minimum": 21
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • query_events unknown 1h ago

    Read a bounded set of verified public profile or note events from selected relays.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "kinds": {
          "type": "array",
          "items": {
            "enum": [
              0,
              1
            ],
            "type": "number"
          },
          "maxItems": 2
        },
        "limit": {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        },
        "since": {
          "type": "integer",
          "minimum": 0
        },
        "relays": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 500
          },
          "maxItems": 8
        },
        "authors": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "^[0-9a-f]{64}$"
          },
          "maxItems": 20
        }
      },
      "additionalProperties": false
    }
    arguments 43 lines
  • create_grynvault_supporter_invoice unknown never probed

    After separate explicit user confirmation, sign the prepared authorization and create exactly one pending Grynvault supporter invoice. Does not pay it and never treats a redirect as settlement.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "operation_id",
        "confirm_invoice_creation"
      ],
      "properties": {
        "operation_id": {
          "type": "string",
          "format": "uuid"
        },
        "confirm_invoice_creation": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user explicitly approved this action."
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • create_grynvault_nip05_invoice unknown never probed

    After separate explicit user confirmation, sign the prepared authorization and create exactly one pending 2,000-sat [email protected] invoice. Does not pay, settle, activate, or prove identity.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "operation_id",
        "confirm_invoice_creation"
      ],
      "properties": {
        "operation_id": {
          "type": "string",
          "format": "uuid"
        },
        "confirm_invoice_creation": {
          "type": "boolean",
          "const": true,
          "description": "Must be true only after the user explicitly approved this action."
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_public_key unknown 1h ago

    Return the public key exposed by the currently paired signer.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/3a44921456b9d0e5/badge.svg)](https://brick.blue/agent/3a44921456b9d0e5)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.