Skip to main content
Glama
bicibg

Apixies MCP Server

by bicibg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APIXIES_API_KEYYesYour Apixies API key (starts with 'apx_'). Get a free key at https://apixies.io/register. The server needs this; without it every tool call returns a MISSING_API_KEY error.
APIXIES_BASE_URLNoBase URL for the Apixies API. Defaults to https://apixies.io. Use a local URL for development (e.g., http://localhost:8000).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_sslA

Check the SSL/TLS certificate of a domain. Returns issuer, validity dates, expiry countdown, protocol version, cipher suite, and certificate chain details.

check_headersA

Check security headers for a URL. Returns present and missing headers (HSTS, CSP, X-Frame-Options, etc.) with a security grade.

inspect_emailA

Inspect an email address. Checks format validity, MX records, domain resolution, disposable domain detection, and role-based address detection.

parse_user_agentA

Parse a User-Agent string. Detects browser name and version, operating system, device type, and whether it's a bot or crawler.

geolocate_ipA

Get geolocation data for an IP address. Returns country, city, region, coordinates, timezone, ISP, and organization.

dns_lookupA

Query DNS records for a domain. Returns A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA, PTR records. Optionally filter by record type.

dns_propagationA

Check whether a DNS change has propagated: asks Google, Cloudflare, Quad9, OpenDNS and AdGuard the same question at once and reports which resolvers agree, with TTLs. Different answers can also mean load balancing, not only an unfinished change.

trace_redirectsA

Follow a URL's redirect chain. Shows every hop with HTTP status code, final destination URL, and total number of redirects.

extract_meta_tagsA

Extract meta tags from a URL. Returns OpenGraph tags, Twitter Card tags, standard meta tags, title, and description.

check_linkB

Check if a URL is reachable. Returns HTTP status code, response time, content type, and SSL status.

parse_robots_txtA

Fetch and parse a domain's robots.txt file. Returns user-agent rules, allowed/disallowed paths, crawl delays, and sitemap URLs.

fetch_faviconA

Find favicon URLs for a website. Returns all discovered icons with their URLs, types, and sizes.

validate_urlB

Validate a URL's format and reachability. Checks syntax, whether it resolves, SSL status, response code, and response time.

validate_email_authA

Validate email authentication records (SPF, DKIM, DMARC) for a domain. Checks if each record exists, is valid, and returns the raw records.

check_performanceA

Measure website performance. Returns DNS lookup time, TCP connect time, SSL handshake time, TTFB, content download time, and total load time.

whois_lookupA

Look up WHOIS registration data for a domain. Returns registrar, creation date, expiration date, name servers, and contact info.

decode_jwtA

Decode a JWT token without verification. Returns the header, payload with all claims, signature, and expiry information.

analyze_textA

Analyze text content. Returns word count, character count, sentence count, paragraph count, reading time, speaking time, and top word frequency.

my_ipA

Get the public IP address of the MCP server. Returns the IP, version (IPv4/IPv6), and whether it's a private address.

html_to_pdfA

Convert HTML content to a PDF document. Send HTML markup and receive a PDF. Useful for generating invoices, reports, and documents.

markdown_to_htmlA

Convert Markdown text to HTML. Supports GFM (GitHub Flavored Markdown) including tables, code blocks, and task lists.

format_jsonA

Format, validate, and analyze JSON. Returns formatted output, minified version, and stats (key count, depth, size, type counts).

json_to_csvA

Convert a JSON array of objects to CSV format. Handles nested objects and custom delimiters.

base64_encode_decodeA

Encode or decode a Base64 string. Supports standard and URL-safe Base64.

format_phoneA

Parse and format a phone number into E.164, national, and international formats. Validates the number and identifies the country.

validate_json_schemaA

Validate JSON data against a JSON Schema definition (Draft-07+). Returns whether the data is valid and detailed error messages if not.

convert_colorA

Convert a color between HEX, RGB, and HSL formats. Input any format and get all three representations back.

convert_timestampA

Convert between Unix timestamps and human-readable dates. Returns ISO 8601, RFC 2822, human-readable, and Unix formats with timezone support.

encode_decode_urlA

URL-encode or decode a string. RFC 3986 compliant encoding for URLs and query strings.

generate_hashA

Generate a cryptographic hash of the input text. Supports MD5, SHA-1, SHA-256, SHA-384, SHA-512, CRC32, and Whirlpool.

generate_qrA

Generate a QR code image from text or a URL. Returns SVG with customizable size, colors, and margin.

generate_uuidA

Generate UUID identifiers. Supports v4 (random) and v7 (time-sorted). Bulk generation up to 50 at once.

generate_passwordA

Generate cryptographically secure random passwords. Configurable length, character sets, and exclusions.

generate_loremA

Generate Lorem Ipsum placeholder text. Choose between words, sentences, or paragraphs with a configurable count.

take_screenshotA

Capture a screenshot of any webpage as PNG or JPEG. Configurable viewport size, full-page mode, and image quality.

parse_cronA

Parse a cron expression into a human-readable description and calculate next run times. Supports standard 5-field cron and special strings like @daily, @hourly.

csv_to_jsonA

Convert CSV data to a JSON array of objects. Supports custom delimiters, header detection, and quoted fields.

html_to_markdownA

Convert HTML content to clean Markdown. Supports GitHub Flavored Markdown with tables and strikethrough. Useful for scraping web content for LLM processing.

http_status_lookupA

Look up an HTTP status code. Returns the name, description, common causes, how to fix, and RFC reference. Covers all standard codes plus Cloudflare codes.

yaml_to_jsonA

Convert YAML content to JSON. Supports multi-document YAML, anchors, aliases, and Kubernetes config files.

xml_to_jsonA

Convert XML content to a JSON object. Handles attributes, namespaces, CDATA sections, and nested elements. Useful for parsing RSS feeds, SOAP responses, and legacy XML data.

json_to_xmlA

Convert a JSON object to well-formed XML. Supports custom root element, attribute conversion, and XML declaration toggle.

test_regexA

Test a regular expression pattern against text. Returns all matches, captured groups, named groups, and match positions. Useful for validating patterns before deploying them.

json_diffA

Compare two JSON objects and return a structured diff. Shows additions, deletions, and changes with JSONPath locations. Useful for comparing API responses, config files, or database records.

markdown_to_pdfA

Convert Markdown content to a downloadable PDF document. Supports GFM tables, code blocks, and custom page sizes. Returns a URL to the generated PDF.

json_to_yamlA

Convert a JSON object to YAML format. Useful for generating Kubernetes configs, Docker Compose files, and CI/CD pipeline definitions from JSON data.

check_corsA

Check if a URL has CORS headers configured. Sends a preflight OPTIONS request and reports allowed origins, methods, headers, and security issues. Useful for debugging frontend API integration problems.

parse_sitemapA

Fetch and parse a sitemap.xml file. Returns all URLs with lastmod, changefreq, and priority metadata. Can follow sitemap index files. Useful for SEO audits and content discovery.

validate_structured_dataA

Fetch a web page and extract all structured data (JSON-LD, Microdata, RDFa). Validates against common Schema.org types and reports missing properties. Useful for SEO audits.

check_mixed_contentA

Scan an HTTPS page for mixed content (HTTP resources on HTTPS pages). Finds insecure images, scripts, stylesheets, and iframes that cause browser warnings. Reports severity (active vs passive) and line numbers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 50 tools

Disambiguation4/5

Most tools have clearly distinct purposes, but a few pairs like check_link vs validate_url and dns_lookup vs dns_propagation have overlapping responsibilities. Descriptions are detailed enough to guide selection, but the overlap introduces some ambiguity.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun or noun_to_noun pattern (e.g., check_ssl, parse_cron, json_to_csv, generate_qr). The only minor outlier is my_ip, but it is a conventional phrase and does not disrupt the overall pattern.

Tool Count2/5

At 50 tools, the server is far beyond the 25+ threshold that typically feels excessive. While each tool is individually useful, the sheer volume makes it harder for agents to navigate and select appropriately, even for a general-purpose utility server.

Completeness5/5

The tool surface is remarkably comprehensive for a general developer/utility toolkit, covering web checks, DNS, SSL, conversions, text analysis, generation, validation, and data format transformations. No obvious dead ends or missing core utilities are apparent within the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues