_ registry / mcp + a2a streamable-http · checked 9m ago

macaroon-bible-evidence

https://api.macaroonnetwork.com

Registry code: ba9d69e851ec7b1a

api record

Read-only BSB and WEB Scripture evidence with provenance, context, comparison, and search.

from a public catalogue that lists it, not from the operator

endpoint
https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp/
door code
fc51c9abce188e4e
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
10 · newcomer
reachable
live
uptime, 30 days
99.1%

90 days 99.1%· all time 99%

latency
137ms

last good check

priced tools
0

of 11 tools

_ answered our checks, 90 days 337 checks · signed record
_ what it is for
used for
  • look up bible verses
  • compare verses across translations
  • search scripture by keyword
  • find cross-references for a verse
takes → gives
text → text
tools
11 reads
_ 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

_ paid on base 30 days

Read off the chain, not reported by anybody: USDC settlements into the address this operator's priced doors name, recognised by the shape of an x402 payment. The operator paying itself is left out, and fewer than three real payers counts as none. The address stands behind 77 doors on this origin, so this is the operator's figure. How it is counted.

payers
4

distinct, not the operator

settlements
8

last 2026-09-25

received
0.023 USDC

concentrated

_ what it can do 11 tools
1 open 10 never probed 1 of 11 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.

  • faith_services_list reads open 3h ago

    List public, sale-ready Christian Faith and Theology services.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {},
      "additionalProperties": false
    }
    arguments 6 lines
  • faith_scripture_lookup reads unknown never probed

    Retrieve one to five exact, same-chapter verses from pinned BSB or WEB evidence.

    mcp-tool

    {
      "type": "object",
      "required": [
        "source_id",
        "book_id",
        "chapter",
        "verse_start",
        "verse_end"
      ],
      "properties": {
        "book_id": {
          "type": "string",
          "maxLength": 24,
          "minLength": 2
        },
        "chapter": {
          "type": "integer",
          "maximum": 150,
          "minimum": 1
        },
        "source_id": {
          "enum": [
            "bsb",
            "web"
          ],
          "type": "string"
        },
        "verse_end": {
          "type": "integer",
          "maximum": 176,
          "minimum": 1
        },
        "verse_start": {
          "type": "integer",
          "maximum": 176,
          "minimum": 1
        }
      },
      "additionalProperties": false
    }
    arguments 40 lines
  • faith_passage_context_preview reads unknown never probed

    Return the requested verse with one same-chapter verse before and after; no generated interpretation.

    mcp-tool

    {
      "type": "object",
      "required": [
        "source_id",
        "book_id",
        "chapter",
        "verse"
      ],
      "properties": {
        "verse": {
          "type": "integer",
          "maximum": 176,
          "minimum": 1
        },
        "book_id": {
          "type": "string",
          "maxLength": 24,
          "minLength": 2
        },
        "chapter": {
          "type": "integer",
          "maximum": 150,
          "minimum": 1
        },
        "source_id": {
          "enum": [
            "bsb",
            "web"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    arguments 34 lines
  • faith_passage_compare_preview reads unknown never probed

    Compare one exact verse in BSB and WEB without blending or interpreting the source texts.

    mcp-tool

    {
      "type": "object",
      "required": [
        "book_id",
        "chapter",
        "verse"
      ],
      "properties": {
        "verse": {
          "type": "integer",
          "maximum": 176,
          "minimum": 1
        },
        "book_id": {
          "type": "string",
          "maxLength": 24,
          "minLength": 2
        },
        "chapter": {
          "type": "integer",
          "maximum": 150,
          "minimum": 1
        }
      },
      "additionalProperties": false
    }
    arguments 26 lines
  • faith_cross_references_preview reads unknown never probed

    Return one sourced cross-reference for an exact verse, with relationship attribution.

    mcp-tool

    {
      "type": "object",
      "required": [
        "source_id",
        "book_id",
        "chapter",
        "verse"
      ],
      "properties": {
        "verse": {
          "type": "integer",
          "maximum": 176,
          "minimum": 1
        },
        "book_id": {
          "type": "string",
          "maxLength": 24,
          "minLength": 2
        },
        "chapter": {
          "type": "integer",
          "maximum": 150,
          "minimum": 1
        },
        "source_id": {
          "enum": [
            "bsb",
            "web"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    arguments 34 lines
  • faith_scripture_search_preview reads unknown never probed

    Return up to three literal corpus matches for a short keyword or phrase; not a doctrinal ranking.

    mcp-tool

    {
      "type": "object",
      "required": [
        "source_id",
        "query"
      ],
      "properties": {
        "query": {
          "type": "string",
          "maxLength": 40,
          "minLength": 2
        },
        "source_id": {
          "enum": [
            "bsb",
            "web"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • faith_topic_guide_preview reads unknown never probed

    Return a deterministic source-labelled evidence guide for one supported topic.

    mcp-tool

    {
      "type": "object",
      "required": [
        "source_id",
        "topic"
      ],
      "properties": {
        "topic": {
          "enum": [
            "anxiety",
            "hope",
            "forgiveness",
            "wisdom",
            "grief",
            "justice"
          ],
          "type": "string"
        },
        "source_id": {
          "enum": [
            "bsb",
            "web"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    arguments 28 lines
  • faith_services_search reads unknown never probed

    Search public Christian services with a short, non-personal capability query.

    mcp-tool

    {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "default": 10,
          "maximum": 20,
          "minimum": 1
        },
        "query": {
          "type": "string",
          "maxLength": 200,
          "minLength": 1
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • faith_service_detail reads unknown never probed

    Get current details for one public Christian Faith service.

    mcp-tool

    {
      "type": "object",
      "required": [
        "service_id"
      ],
      "properties": {
        "service_id": {
          "type": "string",
          "pattern": "^christian-[a-z0-9-]+-v[0-9]+$",
          "description": "Exact public Christian Faith service ID."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • faith_service_evidence reads unknown never probed

    Get validation evidence and limitations for one public Christian Faith service.

    mcp-tool

    {
      "type": "object",
      "required": [
        "service_id"
      ],
      "properties": {
        "service_id": {
          "type": "string",
          "pattern": "^christian-[a-z0-9-]+-v[0-9]+$",
          "description": "Exact public Christian Faith service ID."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • faith_service_page reads unknown never probed

    Get an external Macaroon page without executing or paying for a service.

    mcp-tool

    {
      "type": "object",
      "required": [
        "service_id"
      ],
      "properties": {
        "service_id": {
          "type": "string",
          "pattern": "^christian-[a-z0-9-]+-v[0-9]+$",
          "description": "Exact public Christian Faith service ID."
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
_ try it over mcp 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/ba9d69e851ec7b1a/badge.svg)](https://brick.blue/agent/ba9d69e851ec7b1a)

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 knowoff the mcp door
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.