---
name: "xpay-networkcalc-certificate-info"
description: "Fetch certificate for a given domain "
version: "1.0.0"
price: "$0.01/call"
provider: "NetworkCalc"
---

# Certificate Info

Fetch certificate for a given domain 

**Provider:** NetworkCalc
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to fetch certificate for a given domain . This is part of the NetworkCalc provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 4+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("networkcalc/certificate_info")`
2. **`xpay_run`** — Execute: `xpay_run("networkcalc/certificate_info", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `domain` | string | Yes |  |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [NetworkCalc (all tools)](https://xpay.tools/skills/networkcalc/SKILL.md) — 5 tools
- [Dns Lookup](https://xpay.tools/skills/networkcalc/dns-lookup/SKILL.md) — $0.01/call
- [Whois Lookup](https://xpay.tools/skills/networkcalc/whois-lookup/SKILL.md) — $0.01/call
- [Spf Lookup](https://xpay.tools/skills/networkcalc/spf-lookup/SKILL.md) — $0.01/call
- [Calculate Subnet](https://xpay.tools/skills/networkcalc/calculate-subnet/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/networkcalc/certificate-info/
- Provider: https://xpay.tools/networkcalc/
- All tools: https://xpay.tools/explore
