Security & Testing
aemb.pro
Provides agent identity attestation, verification, revocation, renewal, and recovery services to bind agent public keys to accountable principals.
ENDPOINT 1
https://aemb.pro/mcp
MCP server metadata
- Name
- agent-embassy
- Version
- 1.0.0
Known tools 14
agentid_issueIssue an Agent ID: a signed identity attestation binding an agent's public key to a verified accountable principal, with operator details and an expiry.
Inferred read-onlyagentid_verifyCheck an Agent ID's current standing: valid, revoked, expired, or unknown.
Inferred read-onlyagentid_renewRenew an Agent ID before it expires: issues a fresh Agent ID carrying the same identity chain with a new expiry, and retires the old one.
Inferred read-onlycorrect_copyA $25 correction pass over your draft copy: normalizes formatting, verifies every link is alive, confirms your required terms appear, and scans for black-box leaks — then returns the corrected copy with a verification report and a signed receipt.
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.agent-embassy]
url = "https://aemb.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-embassy": {
"type": "http",
"url": "https://aemb.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-embassy
Remote MCP URL: https://aemb.pro/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": {
"agent-embassy": {
"url": "https://aemb.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-embassy": {
"type": "http",
"url": "https://aemb.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-embassy",
"transport": "streamable-http",
"url": "https://aemb.pro/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 aemb.pro was fetched 2026-09-25T13:55:18.930Z.
aemb.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.