ZapifyAPI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAPIFYAPI_URL | No | API base URL | https://api.zapifyapi.com |
| ZAPIFYAPI_TOKEN | Yes | Your MCP token (get from dashboard) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_image_to_webpA | Convert a PNG or JPEG image to WebP format. Input: base64 encoded image data. |
| add_watermarkB | Add a text watermark to an image. |
| translate_textB | Translate text between languages. Supports 50+ languages. |
| analyze_sentimentB | Detect positive/negative/neutral sentiment in text. |
| extract_keywordsB | Extract main keywords from text with relevance scoring. |
| check_profanityB | Detect and censor profanity in text. |
| validate_emailA | Validate email format and check if domain is disposable. |
| parse_user_agentB | Parse a User-Agent string into browser, OS, device info. |
| ip_geolocationB | Get geographic location of an IP address. |
| dns_lookupA | Query DNS records for a domain (A, AAAA, MX, TXT, NS, CNAME). |
| check_sslB | Check SSL certificate validity, issuer, and expiry for a domain. |
| scan_portsB | Scan ports on a host (up to 20 ports). |
| whois_lookupB | Get WHOIS registration data for a domain. |
| http_headersB | Fetch HTTP response headers for a URL. |
| generate_qr_codeA | Generate a QR code from text or URL. |
| generate_passwordC | Generate secure random passwords. |
| generate_hashB | Generate MD5/SHA1/SHA256/SHA512 hash of text. |
| validate_jsonC | Validate and format a JSON string. |
| generate_uuidA | Generate random v4 UUIDs. |
| decode_jwtA | Decode a JWT token (header + payload) without verification. |
| test_regexB | Test a regex pattern against text and return matches. |
| convert_colorA | Convert color between HEX, RGB, and HSL. |
| base64_encode_decodeA | Encode text to Base64 or decode Base64 to text. |
| markdown_to_htmlA | Convert Markdown text to HTML. |
| convert_currencyB | Convert between currencies with real-time exchange rates. |
| convert_unitsB | Convert between units (length, weight, temperature). |
| convert_timezoneC | Convert time between timezones. |
| csv_to_jsonA | Parse CSV text into structured JSON. |
| extract_url_metadataA | Extract title, description, OG tags from a URL. |
| get_country_infoB | Get country information (capital, population, languages, flag). |
| get_random_jokeA | Get a random programming joke. |
| get_random_quoteA | Get a random tech/programming quote. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TamirKashy/zapifyapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server