← Registry

API Tools

macaroonnetwork.com

MCP server for Macaroon Network that lets agents search paid capabilities, fetch metadata, purchase change-events, and execute capabilities by ID.

x402 supported1 endpoint4 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp

No auth detected

MCP server metadata

Name
macaroon-network
Version
0.3.0
Capabilities
experimentaltools

Known tools 4

macaroons_search

Search Macaroon Network for capabilities matching an intent.

Inferred read-only
macaroons_metadata

Get free metadata for a feed target before purchasing.

Inferred read-only
macaroons_purchase

Purchase change-events for a feed target.

Potential side effects
macaroons_execute

Execute a paid marketplace capability by capability_id.

Potential side effects

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.macaroon-network]
url = "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "macaroon-network": {
      "type": "http",
      "url": "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: macaroon-network
Remote MCP URL: https://api.macaroonnetwork.com/mcp-faith-evidence-v1/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": {
    "macaroon-network": {
      "url": "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "macaroon-network": {
      "type": "http",
      "url": "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "macaroon-network",
  "transport": "streamable-http",
  "url": "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.