AI & Machine Learning
gaipagents.com
Provides read-only governance, identity, registry, and capability information for AI agents and assesses public Agent Card metadata.
ENDPOINT 1
https://gaip-agent-to-art-prototype-production.up.railway.app/mcp
MCP server metadata
- Name
- gaip-broker
- Version
- 1.1.0
Public, non-personal, zero-price read-only evidence. No payments or external side effects.
Known tools 8
gaip_get_capabilitiesReturn GAIP's public read-only capability and governance boundary.
Inferred read-onlygaip_get_governance_limitsReturn the machine-readable Phase-1 external-participation policy.
Inferred read-onlygaip_get_identity_and_registry_statusReturn truthful A2A, MCP, Entra Agent ID and ERC-8004 activation states and blockers.
Inferred read-onlyassess_agent_cardAssess supplied public Agent Card metadata without calling the agent.
Inferred read-onlycompare_agent_candidatesRank supplied public Agent Cards using deterministic task-specific metadata checks.
Inferred read-onlyverify_task_resultVerify a supplied result against explicit deterministic acceptance criteria.
Inferred read-onlyget_public_receiptRetrieve allow-listed public fields for a retained receipt by exact id.
Inferred read-onlyCONNECT 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.gaip-broker]
url = "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gaip-broker": {
"type": "http",
"url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gaip-broker
Remote MCP URL: https://gaip-agent-to-art-prototype-production.up.railway.app/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": {
"gaip-broker": {
"url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gaip-broker": {
"type": "http",
"url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gaip-broker",
"transport": "streamable-http",
"url": "https://gaip-agent-to-art-prototype-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.gaipagents.com/mcp
MCP server metadata
- Name
- gaip-governed-execution
- Version
- 1.0.0
Public/non-personal, zero-price, read-only tasks only. Governed executions are durably receipted. Stateless conformance reports are not retained. No automatic evidence credit.
Known tools 7
gaip_verify_supplier_claimsCompare supplied public claims and task observations, check declared metadata, and return dispositions with a retained receipt.
Inferred read-onlygaip_diagnose_integration_failureClassify a supplied public handshake or task failure and return a bounded repair plan and retained receipt.
Inferred read-onlygaip_compare_supplier_snapshotsCompare two supplied public snapshots and return material changes with a retained receipt.
Inferred read-onlywitness_deliveryCompare a registered caller assertion against a later public replay or submitted public response.
Inferred read-onlyevaluate_public_art_evidenceUse this when you have public digital-art records to compare.
Inferred read-onlyverify_gaip_receiptUse this when you have a GAIP receipt ID and need to check retained history, hash chain and Merkle proof.
Inferred read-onlyCONNECT 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.gaip-governed-execution]
url = "https://www.gaipagents.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gaip-governed-execution": {
"type": "http",
"url": "https://www.gaipagents.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gaip-governed-execution
Remote MCP URL: https://www.gaipagents.com/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": {
"gaip-governed-execution": {
"url": "https://www.gaipagents.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gaip-governed-execution": {
"type": "http",
"url": "https://www.gaipagents.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gaip-governed-execution",
"transport": "streamable-http",
"url": "https://www.gaipagents.com/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 railway.app was fetched 2026-09-24T22:25:30.993Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.