Security & Testing
obsmetrics.com
Provides security reviews, summaries, and safety checks for code, transactions, and LLM content.
ENDPOINT 1
https://paygent.obsmetrics.com/mcp
MCP server metadata
- Name
- paygent
- Version
- 0.0.9
Safety verdicts for AI agents, pay-per-call. tools/list is free; tools/call forwards your Authorization (a paygent credits key) to the paid gate, or returns payment instructions if absent.
Known tools 7
x402-trust-auditVet an x402 counterparty before settling USDC: scores the advertised payment requirements AND (when supplied) the EIP-3009 authorization you are about to sign.
Potential side effectssign-guardPre-sign safety oracle for agent wallets: submit the transaction or EIP-712 message you are about to sign and get a machine-enforceable verdict.
Potential side effectsinject-guardUntrusted-content guardrail for agents: submit a blob of text you are about to feed to your own LLM (scraped web content, a tool result, another agent's message) and get a machine-enforceable verdict - is this a prompt-injection / jailbreak / data-exfiltration / tool-hijack attempt?
Potential side effectstool-call-guardPre-execution safety oracle for agent actions: submit the tool call you are about to run (shell, http, sql, file, code, env) plus your stated intent, and get a machine-enforceable verdict before you execute it.
Potential side effectssecret-scanLeaked-credential guardrail for agents: submit a blob you are about to commit, log, post, or hand to another tool (a diff, a config, an .
Potential side effectsCONNECT 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.paygent]
url = "https://paygent.obsmetrics.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"paygent": {
"type": "http",
"url": "https://paygent.obsmetrics.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: paygent
Remote MCP URL: https://paygent.obsmetrics.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": {
"paygent": {
"url": "https://paygent.obsmetrics.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"paygent": {
"type": "http",
"url": "https://paygent.obsmetrics.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "paygent",
"transport": "streamable-http",
"url": "https://paygent.obsmetrics.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.