Tool Reference¶
ApiCrate exposes 21 tools across 8 domains. Each tool is prefixed with
apicrate- to prevent collisions when connecting multiple MCP servers.
Tool |
Credits |
Description |
|---|---|---|
User Agents |
||
|
2 |
Parse a User-Agent string into structured device, browser, and OS data. |
|
1 / UA |
Parse up to 100 User-Agent strings in a single call. |
IP Geolocation |
||
|
5 |
Geolocate an IP address (country, city, ISP, VPN detection). |
Countries |
||
|
1 |
Look up a country by ISO alpha-2, alpha-3, or numeric code. |
|
3 |
Search or filter countries by region, sub-region, or name. |
|
1 / code |
Validate one or more ISO 3166-1 country codes (max 50). |
Postal Codes |
||
|
2 |
Look up a postal code for places and coordinates. |
|
1 |
Validate a postal code against a country’s format regex. |
|
3 |
Search postal codes by place name or code prefix. |
|
2 |
List countries with postal code data and their formats. |
|
2 |
Get postal system details for a specific country. |
|
2 / code |
Validate multiple postal codes with format and existence checks (max 50). |
|
5 |
Find postal codes near a geographic point, ordered by distance. |
Timezones |
||
|
1 |
Get current time, UTC offset, and DST status for a timezone. |
|
1 |
Convert a time from one timezone to another. |
Hashing |
||
|
1 |
Compute a cryptographic digest (MD5, SHA-1, SHA-256, SHA-512). |
|
2 |
Hash a password with a slow KDF (bcrypt, scrypt, argon2id). |
Bible |
||
|
1 |
Retrieve a verse or verse range from 30+ translations. |
|
3 |
Search the Bible for verses matching a keyword or phrase. |
Email Risk |
||
|
4 |
Validate an email and compute a fraud risk score. |
|
4 / email |
Validate up to 10 emails with risk scores in one call. |