mcpserver.lol
registry/netintel-mcp
Connection check local install

netintel-mcp

MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments

Tools 117
GitHub stars
Installs / wk 543
Licence
Transport stdio
Last checked never

Tools & capabilities

117 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

netintel_ai_image from source
Generate agent-ready image assets (icons, logos, social graphics, thumbnails, banners) with gpt-image-1. Claude refines the prompt, screens content, adds alt text and a score. Retu…
netintel_asn_lookup from source
Resolve an IP or domain to its ASN, network owner, country, and hosting/cloud classification with a trust score.
netintel_breach_check from source
Check if a password has appeared in known data breaches using HaveIBeenPwned k-anonymity API. The full password is never transmitted — only a 5-char SHA-1 prefix.
netintel_bulk_domain from source
Check availability of many domain names across multiple TLDs in a single call — submit up to 50 name/TLD combinations and get back per-domain registration status, registrar, and ex…
netintel_calendar from source
Turn event fields into a valid RFC 5545 .ics calendar file — handles timed and all-day events, escaping, line folding, and a deterministic UID for idempotent re-import — so agents…
netintel_cert_transparency from source
Query crt.sh certificate transparency logs to enumerate all SSL certs ever issued for a domain. Returns discovered subdomains, issuers, and flags wildcard or suspicious certs.
netintel_classify from source
Classify text into caller-supplied categories using Claude Haiku — zero-shot classification where the agent provides the label set and gets back the best-matching category with con…
netintel_cloud_fingerprint from source
Detect CDN, WAF, hosting provider, DNS provider, and email provider for a domain with confidence scores and an infrastructure security grade.
netintel_content_moderate from source
Moderate text content using Claude Haiku — flags categories like harassment, hate, sexual content, violence, self-harm, and spam with per-category severity and an overall allow/fla…
netintel_convert from source
Convert any physical measurement to another — length, mass, volume, temperature, area, speed, pressure, energy, time, data, and angle. Auto-detects the unit category, handles US/im…
netintel_cron_parser from source
Parse a cron expression, explain the schedule in plain English, and compute the next 5 run times.
netintel_crypto_market from source
Structured live crypto market data for ~50 top assets in one JSON call: spot price and 24h open/high/low/volume/change (Coinbase Exchange) plus market cap, rank and circulating/tot…
netintel_crypto_ohlc from source
Historical OHLC candles for any major crypto asset — hourly or daily, up to 300 candles, with period stats (change %, high, low) — from Coinbase Exchange with Kraken fallback, no A…
netintel_crypto_price from source
Spot prices for up to 25 crypto assets in one call — USD, EUR, or GBP — from Coinbase with Kraken and CoinGecko fallback; no API key, one flat price. Per asset: price, 24h change w…
netintel_currency_exchange from source
Convert between 32 currencies with real-time or historical rates. Pass a date (YYYY-MM-DD) for historical lookup.
netintel_currency_exchange_batch from source
Convert one base currency to up to 30 targets in a single call — fiat (~200 currencies incl. SAR, AED, COP) and major crypto — ECB reference rates + Coinbase spot, no API key. Per…
netintel_currency_exchange_history from source
Daily historical exchange-rate series for any currency pair — fiat via ECB reference data, crypto via Coinbase daily closes — with min/max/average/change stats, no API key. Pass st…
netintel_dns_lookup from source
Resolve all DNS records for a domain including A, MX, TXT, SPF, DKIM, DMARC. Returns propagation consistency across Google, Cloudflare and Quad9 resolvers.
netintel_dns_propagation from source
Check DNS propagation across 10 global resolvers simultaneously. Returns what each resolver sees, propagation percentage, and flags divergent resolvers.
netintel_dnssec_validate from source
Validate DNSSEC configuration — checks DS records, DNSKEY, RRSIG signatures, and NSEC/NSEC3. Returns full chain-of-trust assessment.
netintel_domain from source
Composite 0-100 trust/risk score for a domain in one call — blends domain age, SSL/TLS, DNS health, email auth (SPF/DKIM/DMARC), IP reputation, and certificate transparency into a…
netintel_domain_age from source
Determine a domain
netintel_domain_appraise from source
Estimate the market value tier of a domain name using transparent heuristics — length, TLD premium, dictionary-word presence, pronounceability, keyword value, and numeric/hyphen pe…
netintel_domain_availability from source
Check if a domain is available for registration across 10 TLDs simultaneously using RDAP and DNS. Returns availability status, registrar, and expiry for each TLD.
netintel_domain_due_diligence from source
One call combines domain availability, heuristic value appraisal, and TLD pricing into a single acquisition brief — tells an agent whether a name is available, what it
netintel_domain_report from source
One call returns a complete intelligence profile for a domain — WHOIS registration, DNS records, SSL certificate, detected tech stack, and blacklist status — aggregated into a sing…
netintel_domain_report_full from source
One premium call returns a complete six-part domain profile — DNS records, SSL certificate, WHOIS registration, cloud fingerprint, technology stack, and security headers — each sec…
netintel_domain_vet from source
Vet and pick a domain in one call — give candidate names, get back a ranked verdict on which to use and whether it
netintel_email_auth from source
Validate SPF, DKIM, and DMARC records for a domain. Probes multiple DKIM selectors and returns an email security grade A-F.
netintel_email_intel from source
Validate an email address — check deliverability, detect disposable domains, identify role-based addresses, verify MX records.
netintel_email_report from source
One call combines domain email authentication (SPF/DKIM/DMARC), email-address intelligence (deliverability, disposable/role detection), and an optional password breach check into a…
netintel_embeddings from source
Multilingual text embeddings (384-dim) served in-house, no OpenAI dependency, no API key. NetIntel
netintel_entity_extract from source
Extract named entities from text using Claude Haiku — people, organizations, locations, dates, emails, URLs, money amounts, and products — returned as structured typed arrays so ag…
netintel_event_classify from source
Cheap, fast \
netintel_event_extract from source
Extract a normalized calendar event from any caption, announcement, or page text using Claude Haiku — resolves relative dates (\
netintel_extract from source
Parse and normalize a freeform address string using Claude Haiku — splits it into street, city, state/region, postal code, and country, plus a normalized single-line form, so agent…
netintel_extract_contact from source
Extract structured contact details from text, an email signature, or webpage text using Claude Haiku — returns name, title, company, email, phone, and address as clean JSON so agen…
netintel_extract_invoice from source
Extract structured data from invoice or receipt text using Claude Haiku — returns vendor, invoice number, dates, line items, subtotal, tax, total, and currency as clean JSON so age…
netintel_extract_resume from source
Extract structured data from resume/CV text using Claude Haiku — returns name, contact info, skills, work experience, and education as clean JSON arrays so agents can automate appl…
netintel_extract_table from source
Extract tabular data from messy text or HTML using Claude Haiku — detects columns and rows in unstructured content and returns clean structured JSON (columns + rows) so agents can…
netintel_gas_price from source
Live gas prices across Base, Ethereum, Arbitrum, Optimism, and Polygon with USD cost estimates for a transfer, an ERC-20 send, and a swap — keyless, one call, all chains. Per chain…
netintel_github_intel from source
Analyze a GitHub repo — stars, forks, activity, license, open issues, maintenance score. Pass owner/repo format.
netintel_holidays from source
Get public holidays by country. Check if a date is a business day or weekend. ISO 3166-1 alpha-2 country codes.
netintel_iban_validate from source
Validate any IBAN offline — mod-97 check digits, per-country structure, bank/branch extraction, and pretty formatting for ~80 countries — deterministic, instant, no upstream. A str…
netintel_ip_blacklist from source
Check an IP address against 15 major DNS blacklists (Spamhaus, Barracuda, SORBS, etc). Returns threat level and which lists it appears on.
netintel_ip_geo from source
Geolocate an IP address — country, city, coordinates, ISP, ASN, timezone.
netintel_ip_report from source
One premium call returns a complete five-part IP profile — geolocation, ASN/network ownership, multi-DNSBL blacklist status, threat reputation, and an aggregate risk verdict — run…
netintel_ip_reputation from source
Check IP against AbuseIPDB and AlienVault OTX. Returns composite risk score, threat categories, and malware families.
netintel_ip_risk from source
One call returns a complete risk profile for an IP address — geolocation, ASN/network owner, blacklist status across multiple DNSBLs, and proxy/VPN/hosting classification — aggrega…
netintel_json from source
Repair malformed JSON into valid JSON — fixes code fences, trailing commas, single quotes, unquoted keys, bad escapes, duplicate keys, truncation, and JSON buried in prose. A deter…
netintel_jwt_inspector from source
Decode a JWT token — inspect header and payload, check expiry, flag security issues like weak algorithms.
netintel_lang_detect from source
Detect the language of any text with confidence scoring. Supports 50+ languages.
netintel_markdown from source
Convert messy HTML or text into clean, well-structured Markdown using Claude Haiku — strips boilerplate, fixes heading hierarchy, normalizes lists and links, and returns readable M…
netintel_market_snapshot from source
One-call market briefing for agents — BTC/ETH/SOL spot + 24h moves, major fiat crosses (USD/EUR, USD/GBP, USD/JPY, EUR/GBP), Base and Ethereum gas with USD transfer cost, and the c…
netintel_messages from source
OpenAI-compatible chat completions over x402, answered by Claude Sonnet 4.6 — send a messages array and get an assistant reply for Q&A, reasoning, agent planning, coding help, summ…
netintel_money from source
Normalize any messy money string into a typed decimal amount plus ISO 4217 currency — handles symbols, locale separators ($1,234.56 vs €1.234,56), magnitude suffixes (1.2M), accoun…
netintel_name_gen from source
Generate brandable startup/product names from a keyword using prefixes, suffixes, blends, and phonetic patterns, then check .com (or any TLD) availability for each via DNS — return…
netintel_normalize from source
Conform messy or inconsistent JSON to a target schema using Claude Haiku — renames keys, coerces types (string→number, \
netintel_npm_intel from source
Analyze an npm package — versions, weekly downloads, maintainers, dependencies, quality and maintenance score.
netintel_og_scraper from source
Extract Open Graph tags, Twitter Card tags, canonical URL, title, description, favicon, JSON-LD structured data, and article metadata from any public URL.
netintel_openai from source
Call OpenAI
netintel_openai_gpt_4_1 from source
Call OpenAI
netintel_openai_gpt_4_1_mini from source
Call OpenAI
netintel_openai_gpt_4_1_nano from source
Call OpenAI
netintel_openai_gpt_4o_mini from source
Call OpenAI
netintel_openai_gpt_5_1 from source
Call OpenAI
netintel_openai_gpt_5_2 from source
Call OpenAI
netintel_openai_gpt_5_4 from source
Call OpenAI
netintel_openai_gpt_5_4_mini from source
Call OpenAI
netintel_openai_gpt_5_4_nano from source
Call OpenAI
netintel_openai_gpt_5_5 from source
Call OpenAI
netintel_openai_gpt_5_6_luna from source
Call OpenAI
netintel_openai_gpt_5_6_sol from source
Call OpenAI
netintel_openai_gpt_5_6_terra from source
Call OpenAI
netintel_openai_gpt_5_nano from source
Call OpenAI
netintel_page_extract from source
Fetch any article or web page and extract clean readable text stripped of ads and boilerplate. Returns content, word count, reading time, and language.
netintel_phone_intel from source
Parse and validate any phone number in any format. Returns country, line type (mobile/landline/VOIP/toll-free), carrier region, and all standard format variants.
netintel_prediction_market from source
Full detail for ONE Polymarket prediction market by id or slug — question, description, every outcome with its current price (implied probability), volume, liquidity, open/close da…
netintel_prediction_markets from source
Live prediction-market odds from Polymarket — list the top active markets by volume, or search by keyword. Each result has the question, outcomes with current prices (implied proba…
netintel_redirect_trace from source
Follow a URL through its full redirect chain recording status codes, timing, TLS status per hop. Returns a redirect health grade A-F and detects protocol downgrades.
netintel_robots_txt from source
Fetch and parse a domain
netintel_rss_parser from source
Fetch and parse any RSS 2.0 or Atom feed. Returns structured articles with title, link, description, author, publish date, and categories.
netintel_schema from source
Validate data against a supplied schema — checks required fields, nested objects, arrays, enums, string formats, numeric ranges, lengths, and additional-property rules deterministi…
netintel_schema_map from source
Transform a source object into a target schema — matches fields by alias and structure deterministically, uses an LLM only for semantic mapping when needed, and supports mapping hi…
netintel_schema_parse from source
Extract structured data from any unstructured text using LLM. Pass any JSON Schema and get back a typed object. Works on emails, invoices, resumes, contracts, anything.
netintel_security_headers from source
Audit 10 security-critical HTTP response headers (CSP, HSTS, X-Frame-Options, etc). Detects anti-patterns and returns a security grade A-F.
netintel_semantic_rank from source
Semantic similarity ranking — send a query plus up to 100 candidate texts, get the candidates back ranked by semantic similarity with scores. No vectors, no cosine math, no embeddi…
netintel_sentiment from source
Analyze the sentiment of text using Claude Haiku — returns overall polarity (positive/negative/neutral/mixed), a -1 to +1 score, detected emotions, and optional per-aspect sentimen…
netintel_sitemap_parser from source
Parse an XML sitemap or auto-discover it from a domain. Returns all URLs with metadata including lastmod and priority.
netintel_ssl_analyze from source
Analyze TLS certificate chain, supported protocols (TLS 1.0-1.3), key strength, and return an overall security grade A-F.
netintel_ssl_cert from source
Fast SSL/TLS certificate facts for any domain — issuer, subject, SANs, valid from/to, days until expiry, expired/self-signed flags, TLS version, chain length. One TLS handshake, su…
netintel_subnet_calc from source
Calculate IPv4/IPv6 subnet details from CIDR notation — network address, broadcast, netmask, usable host range, supernet. Pass multiple CIDRs comma-separated to detect overlaps.
netintel_tech_fingerprint from source
Detect the full technology stack of a website — CMS, framework, CDN, analytics, security tools — from HTTP headers and HTML.
netintel_text_chunk from source
Split text into overlapping chunks for RAG ingestion — by characters or words, with configurable chunk size and overlap. Deterministic (same input → same chunks), returns each chun…
netintel_text_stats from source
Instant text statistics — characters (with/without spaces), words, unique words, sentences, paragraphs, average word/sentence length, longest word, reading and speaking time. Deter…
netintel_text_summarize from source
Summarize any text or web page into a concise summary plus key bullet points using Claude Haiku — accepts raw text or a URL (which it fetches and extracts), enforces an input cap,…
netintel_text_to_json from source
Turn unstructured text into structured JSON matching a caller-supplied schema using Claude Haiku — the agent declares the fields and types it wants, and gets back populated JSON wi…
netintel_tld_price from source
Compare registration, renewal, and transfer prices for a TLD across major registrars, or for a single domain name across many TLDs — returns sorted reference pricing so agents can…
netintel_token_info from source
Full profile for any ERC-20 token by contract address — name, symbol, decimals, supply from the chain itself, plus live price, liquidity, and volume from DEX data — Base and Ethere…
netintel_translate from source
Translate up to 2000 words between languages using Claude Haiku — auto-detects source, supports 30+ target languages, preserves formatting, for larger documents and articles. For s…
netintel_translate_batch from source
Translate many independent strings in one request — each with a caller ID preserved in the response — with per-item status, glossary and tone support, and partial success so one ba…
netintel_translate_short from source
Translate up to 500 words between languages using Claude Haiku — auto-detects source language, supports 30+ target languages, preserves formatting, and returns the translation with…
netintel_translate_structured from source
Translate structured content — JSON, HTML, Markdown, templates, UI strings — without breaking structure. Preserves keys, tags, markdown, URLs, emails, variables, placeholders, code…
netintel_typosquat from source
Generate common typo and look-alike variations of a domain and check which are already registered — catches character swaps, omissions, additions, homoglyphs, and alternate TLDs so…
netintel_url_safety from source
Check a URL against URLhaus malware database and heuristic analysis. Returns threat classification and risk score.
netintel_url_safety_full from source
One call vets a URL end to end — traces its full redirect chain, checks it against malware/phishing databases, audits its security headers, and inspects its SSL certificate — concu…
netintel_username_check from source
Check username availability across 20+ platforms simultaneously — GitHub, Twitter, Instagram, npm, and more. Returns taken/available/unknown status per platform.
netintel_v1_chat_completions from source
OpenAI-compatible chat completions gateway — standard /v1/chat/completions path and request shape, model chosen in the body (gpt-4o, gpt-4.1, gpt-5.6-luna, minis, nanos). Flat $0.1…
netintel_v1_embeddings from source
OpenAI-compatible text embeddings API — standard /v1/embeddings request shape: input as a string or a batch of up to 128 strings (64000 chars total on text-embedding-3-small, the d…
netintel_wallet_balance from source
Native + USDC + custom-token balances for any wallet on Base, Ethereum, or Solana — with USD estimates — straight from public RPCs, no API key. Raw units as decimal strings plus fo…
netintel_wallet_intel from source
Counterparty due-diligence for any Base or Ethereum wallet — age, funding origin, USDC flow, activity pattern, and risk flags in one scored report. The domain-report of wallets: wa…
netintel_wayback_lookup from source
Query the Wayback Machine for archived snapshots of a URL. Returns first/last capture dates, total snapshot count, and the closest snapshot to an optional target date.
netintel_weather_current from source
Live weather + 3-day forecast for any city or lat/lon worldwide — temperature, feels-like, humidity, wind, precipitation, cloud cover, and a plain-language condition. Give a city n…
netintel_weather_forecast from source
Multi-day weather forecast for any city or lat/lon worldwide — up to 16 days of daily highs/lows, precipitation & probability, UV, sunrise/sunset, wind, and plain-language conditio…
netintel_web from source
Fetch any web page or PDF and convert it to clean, structured Markdown — strips scripts, nav, ads, and boilerplate while preserving headings, links, lists, tables, code blocks, and…
netintel_web_fetch from source
Fetch any URL and get the raw body back — JSON parsed, everything else as text — from safe server-side egress. For data APIs (ArcGIS, government/open-data portals, blob storage) th…
netintel_whois_lookup from source
Look up domain registration via RDAP — registrar, creation date, expiry date, nameservers, and domain trustworthiness score.