Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYBOND_API_KEYYesPaybond service-account API key (paybond_sk_sandbox_... or paybond_sk_live_...)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
paybond_get_principalB

Resolve the tenant-bound Paybond principal behind the configured service-account API key.

paybond_verify_capabilityA

Use this when you need raw capability-token verification for one tenant-bound Harbor intent. Do not use this to create, fund, or modify intents; use paybond_authorize_agent_spend as the clearer gate before side-effecting agent tools.

paybond_authorize_agent_spendA

Use this when an agent has an intent_id and capability_token and needs a tenant-bound spend gate before calling a side-effecting tool, paid API, vendor action, or settlement workflow. Do not use this for creating, funding, or changing intents; call paybond_create_spend_intent or paybond_fund_intent first when no funded capability token exists.

paybond_bootstrap_sandbox_guardrailA

Use this when building or testing a first paid-tool integration and you need a sandbox-only guardrail intent with no live settlement rails. Do not use this for production live money movement or already-created Harbor intents.

paybond_validate_completion_evidenceA

Pre-validates vendor and canonical completion evidence against catalog JSON Schemas and preset forbidden_evidence_fields. Required before evidence submit tools when PAYBOND_MCP_EVIDENCE_POLICY=strict. Harbor remains authoritative at submit time.

paybond_submit_sandbox_guardrail_evidenceA

Use this when a sandbox guardrail intent needs evidence to complete simulator settlement or predicate checks. Do not use this for live Harbor spend evidence; use paybond_submit_spend_evidence for production spend intents.

paybond_list_intentsA

List tenant-scoped Harbor intents through the gateway operator view with optional filters.

paybond_get_intentA

Fetch one tenant-scoped Harbor intent detail through the gateway operator view.

paybond_list_audit_exportsA

List tenant-scoped compliance audit export jobs through the gateway operator view.

paybond_get_audit_exportA

Fetch one tenant-scoped compliance audit export job detail through the gateway operator view.

paybond_get_reputation_receiptB

Fetch the signed Signal receipt for one operator DID.

paybond_get_portfolio_summaryC

Fetch the tenant-scoped Signal portfolio summary.

paybond_get_signed_portfolio_artifactB

Fetch the tenant-scoped signed Signal portfolio artifact for portable verifier and partner sharing.

paybond_get_fraud_assessmentB

Fetch the read-only fraud assessment for one tenant-scoped operator DID.

paybond_get_fraud_metricsB

Fetch tenant-scoped read-only fraud backtesting and monitoring metrics for a supported active window.

paybond_get_a2a_agent_cardA

Fetch the published Paybond A2A discovery card for protocol-trust delegation.

paybond_list_a2a_task_contractsA

Fetch the published catalog of Paybond A2A task contracts for delegated Harbor workflows.

paybond_get_a2a_task_contractA

Fetch one published Paybond A2A task contract by identifier.

paybond_verify_agent_mandate_v1A

Verify a signed AgentMandateV1 envelope through the gateway v2 protocol surface.

paybond_verify_agent_recognition_proof_v1A

Verify a replay-safe AgentRecognitionProofV1 against an expected purpose and request envelope. Verifier context (tenant_id, verifier_id) is derived from the authenticated MCP session only.

paybond_import_agent_mandate_v1A

Import a signed AgentMandateV1 through the gateway v2 protocol route and bind it to one Harbor intent using a replay-safe recognition proof.

paybond_get_settlement_receipt_v1A

Fetch the signed protocol-v2 settlement receipt for one Harbor intent.

paybond_verify_protocol_receipt_v1C

Verify a protocol-v2 authorization or settlement receipt through the gateway.

paybond_create_intentA

Use this when you already have a fully signed Harbor intent request body and replay-safe recognition proof for the gateway /harbor/intents route. Do not use this for the normal agent spend-control path unless you specifically need the low-level Harbor API; prefer paybond_create_spend_intent.

paybond_create_spend_intentA

Use this when an agent workflow needs a new Paybond spend intent with bounded budget, allowed operations, evidence requirements, and settlement review. Do not use this for checking an already funded capability token; use paybond_authorize_agent_spend before the paid action.

paybond_submit_evidenceA

Use this when you already have a Harbor evidence request body and recognition proof for the gateway /harbor/intents/{id}/evidence route. Do not use this for the high-level spend-control path unless you need the low-level Harbor API; prefer paybond_submit_spend_evidence.

paybond_submit_spend_evidenceA

Use this when a Paybond spend intent needs signed evidence so release, refund, review, and receipt generation use the same audit-ready record. Do not use this to create or fund intents, and do not use it for sandbox guardrail evidence.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nonameuserd/paybond-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server