← Registry

Productivity

bonissystems.com

Manages booking requests, verifies records, lists agents, aligns NAICS codes, and anchors creation events for provenance.

7 endpoints18 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://bonissystems.com/api/knox/agents/booking-request/mcp

No auth detected

MCP server metadata

Name
agentcy-booking
Version
1.0.0
Capabilities
tools
Server instructions

Bonis Concierge — anchor a booking request for a represented software agent on the published roster. Receive a Knox anchor + C2PA-aligned envelope + FRE 902(13)/(14)-shape representation affidavit. Bitcoin-rolled via OpenTimestamps. Verifiable independently of Bonis Systems.

Known tools 3

request_booking

Anchor a booking request for a represented Bonis Concierge agent.

Inferred read-only
verify_booking

Verify an anchored booking-request record.

Inferred read-only
list_represented_agents

Enumerate the Bonis Concierge represented-agent roster.

Inferred read-only

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.agentcy-booking]
url = "https://bonissystems.com/api/knox/agents/booking-request/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentcy-booking": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentcy-booking
Remote MCP URL: https://bonissystems.com/api/knox/agents/booking-request/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": {
    "agentcy-booking": {
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentcy-booking": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentcy-booking",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://bonissystems.com/api/knox/agents/compliance-batch/mcp

No auth detected

MCP server metadata

Name
knox-compliance-naics
Version
1.0.0
Capabilities
tools
Server instructions

Check whether a NAICS code aligns with a stated business vertical (a local lookup; information, not a compliance determination). The full compliance batch — which screens OFAC, routes Secretary-of-State registration to the correct state portal for review, and checks FAR §889 against external sources, then anchors — is a separate, authenticated endpoint.

Known tools 1

naics_align

Given a NAICS code and a business vertical, return whether the code's mapped (Bonis known-commerce) description aligns with the vertical, that description, and an alignment band.

Inferred read-only

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.knox-compliance-naics]
url = "https://bonissystems.com/api/knox/agents/compliance-batch/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "knox-compliance-naics": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/compliance-batch/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: knox-compliance-naics
Remote MCP URL: https://bonissystems.com/api/knox/agents/compliance-batch/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": {
    "knox-compliance-naics": {
      "url": "https://bonissystems.com/api/knox/agents/compliance-batch/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "knox-compliance-naics": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/compliance-batch/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "knox-compliance-naics",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/compliance-batch/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://bonissystems.com/api/knox/agents/content-provenance/mcp

No auth detected

MCP server metadata

Name
content-provenance
Version
1.0.0
Capabilities
tools
Server instructions

Bonis Content Provenance — anchor any creation event (human-original, AI-generated, or AI-assisted hybrid) to the Knox event chain and receive a self-authenticating provenance bundle (Knox anchor + C2PA-aligned envelope + FRE 902(13)/(14)-shape affidavit). Bitcoin-rolled via OpenTimestamps. Verifiable independently of Bonis Systems.

Known tools 2

anchor_creation

Anchor any creation event to the Knox event chain and return a self-authenticating provenance bundle.

Inferred read-only
verify_provenance

Verify an anchored content-provenance record.

Inferred read-only

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.content-provenance]
url = "https://bonissystems.com/api/knox/agents/content-provenance/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "content-provenance": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/content-provenance/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: content-provenance
Remote MCP URL: https://bonissystems.com/api/knox/agents/content-provenance/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": {
    "content-provenance": {
      "url": "https://bonissystems.com/api/knox/agents/content-provenance/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "content-provenance": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/content-provenance/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "content-provenance",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/content-provenance/mcp"
}
MCP Inspector

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

ENDPOINT 4

https://bonissystems.com/api/knox/mcp

No auth detected

MCP server metadata

Name
knox-anchor
Version
1.0.0
Capabilities
tools
Server instructions

Knox Anchor — FRE 902(13)/(14)-shaped self-authenticating audit-permanence layer for AI agents. Call get_descriptor for full server metadata, list_event_types for the canonical taxonomy, anchor_event to record an agent action.

Known tools 7

get_descriptor

Return the Knox MCP server self-description: operator, USPTO patent reference, jurisdiction, available tools, and links to the public AAM (Agent Audit and Management) documentation surface.

Inferred read-only
get_chain_health

Return Knox service health: process uptime, database latency, total anchors written, latest anchor timestamp, and the Bitcoin anchor SLA target (OpenTimestamps interval, 1-6 hour confirmation window).

Inferred read-only
list_event_types

Return the canonical Knox event-type taxonomy.

Inferred read-only
verify_anchor

Given a SHA-256 anchor hash (64 hex chars), return the anchor record, chain link validity (predecessor present and matched), event type, sequence number, and verify URL.

Inferred read-only
anchor_event

Anchor a generic agent action to the Knox chain.

Inferred read-only
anchor_mcp_tool_call

Convenience anchor for the AAM Model Context Protocol theater.

Inferred read-only
anchor_file_hash

Anchor a SHA-256 file digest to Knox and return an affidavit architected for FRE 902(13)/(14) self-authentication.

Inferred read-only

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.knox-anchor]
url = "https://bonissystems.com/api/knox/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "knox-anchor": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: knox-anchor
Remote MCP URL: https://bonissystems.com/api/knox/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": {
    "knox-anchor": {
      "url": "https://bonissystems.com/api/knox/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "knox-anchor": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "knox-anchor",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/mcp"
}
MCP Inspector

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

ENDPOINT 5

https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp

No auth detected

MCP server metadata

Name
knox-ofac-sdn-screening
Version
1.0.0
Capabilities
tools
Server instructions

Screen a name against the public U.S. Treasury OFAC Specially Designated Nationals (SDN) list. get_sdn_list_meta returns the loaded list's provenance; screen_sdn returns ranked matches with a verdict. This MCP path does not store or anchor the query. Sanctions screening is informational; a positive match requires human review and is not a legal determination.

Known tools 2

get_sdn_list_meta

Return the provenance of the loaded OFAC SDN list: source URL, publish date, record count, fetch time, and the source + index content hashes.

Potential side effects
screen_sdn

Screen a name against the public OFAC SDN list.

Inferred read-only

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.knox-ofac-sdn-screening]
url = "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "knox-ofac-sdn-screening": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: knox-ofac-sdn-screening
Remote MCP URL: https://bonissystems.com/api/knox/agents/ofac-sdn-screening/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": {
    "knox-ofac-sdn-screening": {
      "url": "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "knox-ofac-sdn-screening": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "knox-ofac-sdn-screening",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
}
MCP Inspector

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

ENDPOINT 6

https://bonissystems.com/api/knox/agents/registry-expansion/mcp

No auth detected

MCP server metadata

Name
knox-registry-expansion
Version
1.0.0
Capabilities
tools
Server instructions

Describe which public registries the Knox registry-expansion agent routes each entity kind to. describe_routing returns the routing map. The live external fan-out (which fetches public registries and anchors the result) is a separate, authenticated endpoint.

Known tools 1

describe_routing

Return the registry routing map: for each entity kind, the set of public registries the expansion agent would consult.

Inferred read-only

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.knox-registry-expansion]
url = "https://bonissystems.com/api/knox/agents/registry-expansion/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "knox-registry-expansion": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/registry-expansion/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: knox-registry-expansion
Remote MCP URL: https://bonissystems.com/api/knox/agents/registry-expansion/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": {
    "knox-registry-expansion": {
      "url": "https://bonissystems.com/api/knox/agents/registry-expansion/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "knox-registry-expansion": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/registry-expansion/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "knox-registry-expansion",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/registry-expansion/mcp"
}
MCP Inspector

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

ENDPOINT 7

https://bonissystems.com/api/knox/agents/sstv-decoder/mcp

No auth detected

MCP server metadata

Name
sstv-decoder
Version
1.0.0
Capabilities
tools
Server instructions

Bonis SSTV Decoder — demodulate a presented slow-scan-television audio recording, anchor the audio fingerprint and decoded image hash to the Knox event chain, and receive a self-authenticating receipt bundle (Knox anchor + C2PA-aligned envelope + FRE 902(13)/(14)-shape affidavit). Bitcoin-rolled via OpenTimestamps. Verifiable independently of Bonis Systems. Phase 1 supports Martin M1 (VIS code 0x2C, 320×256 RGB).

Known tools 2

decode_sstv

Demodulate a presented slow-scan-television (SSTV) audio recording, anchor the audio fingerprint and the decoded image hash to the Knox event chain, and return a self-authenticating receipt bundle (Knox anchor + C2PA-aligned envelope + FRE 902(13)/(14)-shape affidavit).

Inferred read-only
verify_sstv_decode

Verify a previously anchored SSTV-decode record.

Inferred read-only

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.sstv-decoder]
url = "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sstv-decoder": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sstv-decoder
Remote MCP URL: https://bonissystems.com/api/knox/agents/sstv-decoder/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": {
    "sstv-decoder": {
      "url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sstv-decoder": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sstv-decoder",
  "transport": "streamable-http",
  "url": "https://bonissystems.com/api/knox/agents/sstv-decoder/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 bonissystems.com was fetched 2026-07-31T07:57:30.044Z and is being refreshed.

Trust status Trusted

bonissystems.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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