← aotrust.link
INDIVIDUAL MCP TOOL
notary_notarize_paid
Notarize a work hash on AOTrust (mainnet NEAR + Base USDC receipt).
LIVE ENDPOINT
https://api.aotrust.link/mcp
Connect to this endpoint to inspect the live schema for notary_notarize_paid 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.ao-notary-bridge]
url = "https://api.aotrust.link/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ao-notary-bridge": {
"type": "http",
"url": "https://api.aotrust.link/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ao-notary-bridge
Remote MCP URL: https://api.aotrust.link/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": {
"ao-notary-bridge": {
"url": "https://api.aotrust.link/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ao-notary-bridge": {
"type": "http",
"url": "https://api.aotrust.link/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ao-notary-bridge",
"transport": "streamable-http",
"url": "https://api.aotrust.link/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
notary_quote— Request a notarisation quote for a work artifact.notary_free— Create a free cryptographic proof of existence (PDR) for a digital artifact without payment.notary_notarize— Submit a work artifact for on-chain notarisation (NEAR_DIRECT payment path).notary_verify— Verify a notarisation by job_id.