# Agentic IP Reputation Guard MCP

> Agentic IP Reputation Guard MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Checks the reputation of an IP address to assess trustworthiness, detect threats, and flag malicious or suspicious activity.

## Facts

- Endpoint: POST https://api.m2mcent.com/agentic-ip-reputation-guard-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentic-ip-reputation-guard-mcp-6f04a24b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7pSue_NioBNxHcYWhQxBX

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentic-ip-reputation-guard-mcp-6f04a24b -d '<json body>'
```

Example prompt: Can you check the reputation of IP address 198.51.100.42 and tell me if it's associated with any known threats, spam, or malicious activity?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call IP reputation lookup without standing up your own threat intelligence infrastructure. Ideal for agents that need to dynamically screen IPs at runtime — e.g. during authentication flows, API gateway decisions, or fraud detection pipelines — especially when cost-per-call billing via x402 fits the use pattern better than a subscription model.

## Known failure modes

- Invalid or malformed IP address string returns an error
- Private or reserved IP ranges may not return meaningful reputation data
- Rate limiting or payment failures result in HTTP 402 or 429 responses
- Unknown or newly allocated IPs may return low-confidence or empty results

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a reputation assessment for the submitted IP address, including threat classification, risk scoring, abuse flags (spam, botnet, proxy, VPN, malware), and any relevant blacklist or blocklist associations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentic-ip-reputation-guard-mcp-6f04a24b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
