← Registry

Security & Testing

obsmetrics.com

Provides security reviews, summaries, and safety checks for code, transactions, and LLM content.

x402 supported1 endpoint7 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://paygent.obsmetrics.com/mcp

No auth detected

MCP server metadata

Name
paygent
Version
0.0.9
Capabilities
tools
Server instructions

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

secure-code-review

Security review of a code snippet or diff.

Inferred read-only
pr-summary

Turn a git diff into a clear PR description or release notes.

Inferred read-only
x402-trust-audit

Vet 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 effects
sign-guard

Pre-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 effects
inject-guard

Untrusted-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 effects
tool-call-guard

Pre-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 effects
secret-scan

Leaked-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 effects

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.