Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.obsmetrics.paygent/agents

com.obsmetrics.paygent/agents

Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

Uptime
100.0%
2 direct probes · 30d
Response
551ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

secure-code-review

Security review of a code snippet or diff. Returns structured findings (severity, CWE, location, remediation). [security; up to 75c/call]

pr-summary

Turn a git diff into a clear PR description or release notes. [dev-tools; up to 30c/call]

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. Returns a machine-enforceable trust verd…

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. Decodes the calldata/typed-data, flags the drainer tool…

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 …

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 e…

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 .env, an LLM output) and get a machine-enforceable verdict - doe…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.obsmetrics.paygent/agents": {
      "url": "https://paygent.obsmetrics.com/mcp",
      "transport": "streamable-http"
    }
  }
}