Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.interzoid/mcp-server

REMOTE · MCP.INTERZOID.COM · SCANNED AUG 3

58 AI data quality, data matching, and data enrichment APIs for better data ROI

+3 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 4589 tokens (~79/item across 58 items; 58 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.interzoid.com

# add to Claude Code
claude mcp add --transport http com-interzoid-mcp-server https://mcp.interzoid.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-interzoid-mcp-server]
url = "https://mcp.interzoid.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-interzoid-mcp-server": {
      "type": "remote",
      "url": "https://mcp.interzoid.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-interzoid-mcp-server --url https://mcp.interzoid.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-interzoid-mcp-server:
    url: "https://mcp.interzoid.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-interzoid-mcp-server": {
      "type": "http",
      "url": "https://mcp.interzoid.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.interzoid.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.interzoid.com CN=Amazon RSA 2048 M04,O=Amazon,C=US 7 Oct 2025 4 Nov 2026 RSA 2048 SHA256-RSA bab43cecee7a4b71318437078594124
SANs: *.interzoid.com, interzoid.com
CN=Amazon RSA 2048 M04,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 773124f2a952e3ed18a58bdb85d1bc0ce5f27
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC insecure

Validation of mcp.interzoid.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
interzoid.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.interzoid.com/mcp Verified 200
http (plaintext) http://mcp.interzoid.com/mcp HTTPS enforced 301 https://mcp.interzoid.com:443/mcp?#
MCP tools — 58 exposed · ~4,589 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
interzoid_address_and_fullname_match ~94

Generate a single combined AI-powered similarity key from a full name plus address. Records with the same combined key share both a similar address and a similar individual name. Useful for high-precision household/contact-level deduplication. Cost: $0.01 USDC via x402.

NameTypeReqDescription
addressstringyesFull street address (US or international)
fullnamestringyesFull individual name

No output schema declared.

No examples provided.

interzoid_address_match_advanced ~84

Generate an advanced AI-powered similarity key for US street address matching. Handles unit numbers, directionals, and abbreviations. Cost: $0.01 USDC via x402.

NameTypeReqDescription
addressstringyesStreet address
algorithmstringAlgorithm variant (optional)
zipstringZip code (optional but recommended for precision)

No output schema declared.

No examples provided.

interzoid_address_parse ~59

Parse a full address string into component parts: street number, street name, unit, city, state, zip code. Cost: $0.01 USDC via x402.

NameTypeReqDescription
addressstringyesFull address string to parse

No output schema declared.

No examples provided.

interzoid_building_profile ~82

Retrieve a commercial building profile for any US property address including building class, year built, total rentable square footage, floor count, primary tenants, property management, ownership entity, recent renovations, parking ratio, and transit access. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
addressstringyesUS property street address

No output schema declared.

No examples provided.

interzoid_business_info ~61

Retrieve comprehensive AI-powered business intelligence for a company including industry, revenue, employee counts, and executive info. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name, website, or email

No output schema declared.

No examples provided.

interzoid_buying_signals ~73

Identify recent buying signals for a target company including funding events, leadership changes, expansion announcements, hiring trends, and other intent signals useful for sales targeting. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesTarget company name to surface buying signals for

No output schema declared.

No examples provided.

interzoid_city_standard ~83

Standardize city name data to a consistent canonical form. Handles abbreviations, alternate spellings, and local variations. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional)
citystringyesCity name to standardize
statestringState or province (optional but recommended)

No output schema declared.

No examples provided.

interzoid_company_and_address_match ~101

Generate a single combined AI-powered similarity key from a company/organization name plus a street address. Records with the same combined key likely share both a similar company name and address. Ideal for business-location deduplication across vendor, supplier, and account datasets. Cost: $0.01 USDC via x402.

NameTypeReqDescription
addressstringyesFull street address (US or international)
companystringyesCompany or organization name

No output schema declared.

No examples provided.

interzoid_company_and_fullname_match ~100

Generate a single combined AI-powered similarity key from a company/organization name plus an individual's full name. Records with the same combined key likely share both a similar company and a similar person. Ideal for contact-level deduplication within CRM, marketing, and sales datasets. Cost: $0.01 USDC via x402.

NameTypeReqDescription
companystringyesCompany or organization name
fullnamestringyesFull individual name

No output schema declared.

No examples provided.

interzoid_company_match_advanced ~95

Generate an advanced AI-powered similarity key for company/organization name matching. Names like 'IBM', 'International Business Machines', 'IBM Corp' produce the same key for deduplication and record linkage. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional, e.g. 'ai-deep')
companystringyesCompany or organization name

No output schema declared.

No examples provided.

interzoid_company_verification ~64

Verify whether a company exists and get a verification score (0-99) with AI-generated reasoning about legitimacy and credibility. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany or organization name to verify

No output schema declared.

No examples provided.

interzoid_competitor_analysis ~62

Identify and analyze a company's primary competitors with detailed comparison information including market positioning, products, and competitive advantages. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name to analyze competitors for

No output schema declared.

No examples provided.

interzoid_country_info ~86

Standardize a country name and return comprehensive info: ISO codes (2/3-letter, 3-digit), currency details, internet code, and calling code. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional, defaults to 'ai-medium')
countrystringyesCountry name in any language or format

No output schema declared.

No examples provided.

interzoid_country_standard ~71

Standardize a country name to a consistent canonical form. Handles variations like 'Great Britain', 'UK', 'United Kingdom'. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional)
countrystringyesCountry name to standardize

No output schema declared.

No examples provided.

interzoid_currency_rate ~77

Get live currency exchange rates between two currencies. Returns current mid-market rates. Cost: $0.01 USDC via x402.

NameTypeReqDescription
fromstringyesSource currency code (e.g. USD, EUR, GBP)
tostringyesTarget currency code (e.g. JPY, GBP, EUR)

No output schema declared.

No examples provided.

interzoid_custom_data ~207

AI Custom, Self-Defined Data Enrichment. Define your own data API: describe a topic, provide a lookup value, and specify the output fields you want. Returns real-world data as a JSON object with your self-defined fields. Example: topic='detailed information about companies', lookup='IBM', output='["headquarters","ceo","website"]'. Premium API, cost varies by model.

NameTypeReqDescription
lookupstringyesThe lookup value to retrieve data for (e.g. 'IBM', 'Las Vegas', '85250')
modelstringAI model to use (optional: 'default', 'model-a', 'model-a-premium', 'model-x')
outputstringyesJSON array of desired output field names (e.g. '["headquarters","ceo","website"]')
topicstringyesDescription of the data domain (e.g. 'detailed information about companies', 'healthcare data by city')

No output schema declared.

No examples provided.

interzoid_customs_duty_rates ~123

Retrieve import customs duty rates for any HS code entering any country - with MFN applied rates, preferential FTA rates, import VAT/GST, additional duties (anti-dumping, safeguard, excise), de minimis thresholds, and non-tariff restrictions. Premium API. Cost: $0.35 USDC via x402.

NameTypeReqDescription
hscodestringyesHarmonized System (HS) code, 6-digit minimum (up to 10-digit national extensions)
lookupstringyesDestination country name or ISO code

No output schema declared.

No examples provided.

interzoid_email_trust_score ~70

Get an email trust score (0-99) and AI-generated risk analysis. Validates deliverability, identifies disposable addresses, and assesses legitimacy. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesEmail address to score and validate

No output schema declared.

No examples provided.

interzoid_entity_type ~61

Determine the entity type of a data value - whether it represents a person, company/organization, location, or other entity type. Cost: $0.01 USDC via x402.

NameTypeReqDescription
textstringyesText data value to classify

No output schema declared.

No examples provided.

interzoid_esg_profile ~69

Retrieve an ESG (Environmental, Social, Governance) and sustainability profile for a company including key initiatives, ratings, controversies, and reporting frameworks. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name to retrieve ESG profile for

No output schema declared.

No examples provided.

interzoid_eu_vat_rates ~97

Retrieve current VAT rates for any European country (EU-27, EEA, UK, Switzerland, non-EU Europe) with category-driven breakdown of standard, reduced, super-reduced, zero-rated, and exempt categories plus registration thresholds and territorial exceptions. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCountry name, ISO code, city, or address

No output schema declared.

No examples provided.

interzoid_executive_profile ~65

Retrieve executive profile information for a company including leadership details, roles, and professional background. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name and job title (e.g. 'Coinbase CEO')

No output schema declared.

No examples provided.

interzoid_facilities_profile ~66

Retrieve a profile of a company's corporate facilities including headquarters, regional offices, manufacturing sites, data centers, and other key locations. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name to retrieve facilities profile for

No output schema declared.

No examples provided.

interzoid_fullname_match ~68

Generate an AI-powered similarity key for individual/person name matching. Handles variations like 'Bob Smith', 'Robert Smith', 'Smith, Robert J.' producing the same key. Cost: $0.01 USDC via x402.

NameTypeReqDescription
fullnamestringyesFull individual name

No output schema declared.

No examples provided.

interzoid_fullname_match_score ~78

Compare two individual/person names and receive a match score from 0-100 indicating similarity. Handles name order, nicknames, and abbreviations. Cost: $0.01 USDC via x402.

NameTypeReqDescription
fullname1stringyesFirst full name
fullname2stringyesSecond full name to compare

No output schema declared.

No examples provided.

interzoid_gender ~49

Determine the likely gender associated with an individual name. Supports international names. Cost: $0.01 USDC via x402.

NameTypeReqDescription
namestringyesFirst name to determine gender for

No output schema declared.

No examples provided.

interzoid_global_address_match ~57

Generate an AI-powered similarity key for global/international address matching. Handles international address formats and variations across countries. Cost: $0.01 USDC via x402.

NameTypeReqDescription
addressstringyesFull international address string

No output schema declared.

No examples provided.

interzoid_global_latency ~160

Measure real-world page load performance (response time) for any URL from a chosen global location. Returns total load time in seconds, HTTP response status, a phase-by-phase timing breakdown (DNS, TCP connect, TLS handshake, time-to-first-byte, content transfer), and a content preview. Useful for global latency monitoring, CDN validation, and uptime/performance checks. Cost: $0.01 USDC via x402.

NameTypeReqDescription
originstringMeasurement location (optional: 'California', 'London', 'Tokyo', 'Frankfurt', 'Singapore', 'Sydney', 'Virginia', 'Sao Paulo'; defaults to California)
urlstringyesThe full URL to measure (https:// is assumed if no scheme is given)

No output schema declared.

No examples provided.

interzoid_global_weather ~64

Get current weather for any city worldwide including temperature (F/C), conditions, and wind speed. Cost: $0.01 USDC via x402.

NameTypeReqDescription
locationstringyesCity name (e.g. 'London', 'Tokyo', 'San Francisco')

No output schema declared.

No examples provided.

interzoid_gov_contracts ~64

Retrieve US government contract information for a company including active contracts, agencies, contract values, and award history. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name to retrieve government contract data for

No output schema declared.

No examples provided.

interzoid_identify_language ~54

Identify the language of a given text string. Supports detection of numerous world languages. Cost: $0.01 USDC via x402.

NameTypeReqDescription
textstringyesText snippet to identify the language of

No output schema declared.

No examples provided.

interzoid_industry_classification ~70

Identify and categorize a company's primary industry classification with standardized NAICS and SIC codes, sector and subsector details, business activity description, and a confidence score. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name to classify

No output schema declared.

No examples provided.

interzoid_ip_profile ~64

Get comprehensive profile for an IP address including geolocation, ISP, organization, CIDR block, and reputation assessment. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesIPv4 or IPv6 address to profile

No output schema declared.

No examples provided.

interzoid_irs_per_diem_rates ~109

Retrieve current IRS high-low method per diem rates for any US location to support accountable-plan travel reimbursement (Revenue Procedure 2019-48). Classifies each location as High-Cost or Low-Cost with separate lodging and meals-and-incidentals (M&IE) components. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesFull street address, ZIP code, city, county, or state (CONUS)

No output schema declared.

No examples provided.

interzoid_muni_issuer_profile ~120

Retrieve a research profile on any US municipal securities issuer (state, city, county, school district, transit/water/sewer authority, hospital district, public university, etc.) including issuer type, credit standing, typical security types, outstanding debt, notable events, pension/OPEB exposure, revenue sources, and EMMA reference link. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesMunicipal issuer name (state, city, county, district, authority, university, etc.)

No output schema declared.

No examples provided.

interzoid_name_origin ~56

Determine the likely cultural or geographic origin of an individual name. Useful for demographic analysis and internationalization. Cost: $0.01 USDC via x402.

NameTypeReqDescription
namestringyesFull name to determine origin for

No output schema declared.

No examples provided.

interzoid_nearest_coffee_shops ~67

Find nearest coffee shops to a given address or location including names, addresses, distances, and basic details. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesReference address or location to find coffee shops near

No output schema declared.

No examples provided.

interzoid_official_name ~113

Resolve any organization name (common name, brand, abbreviation, ticker, local-language name, or near-match with typos) to its official English legal name, commercial name, local-language name, legal form, country of incorporation, registry identifier, status, and an authoritative documentation URL. Designed for KYB, supplier verification, sanctions screening, and dataset normalization. Premium API.

NameTypeReqDescription
lookupstringyesOrganization name in any form (common name, brand, abbreviation, ticker, or local-language name)

No output schema declared.

No examples provided.

interzoid_org_match_score ~79

Compare two organization/company names and receive a match score from 0-100 indicating similarity. Useful for determining if two company names refer to the same entity. Cost: $0.01 USDC via x402.

NameTypeReqDescription
org1stringyesFirst organization name
org2stringyesSecond organization name to compare

No output schema declared.

No examples provided.

interzoid_org_standard ~70

Standardize an organization name to its canonical form. Normalizes abbreviations, suffixes, and formatting (e.g. 'b.o.a.' -> 'Bank of America'). Cost: $0.01 USDC via x402.

NameTypeReqDescription
orgstringyesOrganization name to standardize

No output schema declared.

No examples provided.

interzoid_parent_company_info ~66

Retrieve parent company information for a given company or subsidiary. Identifies corporate ownership hierarchies and holding company relationships. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name or domain to find parent company for

No output schema declared.

No examples provided.

interzoid_phone_profile ~59

Get profile for a phone number including carrier, line type, geographic location, validation status, and risk assessment. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesPhone number to profile

No output schema declared.

No examples provided.

interzoid_private_company_deal_intel ~61

Retrieve private company deal intelligence including funding rounds, valuations, investors, M&A activity, and ownership changes. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesPrivate company name

No output schema declared.

No examples provided.

interzoid_product_match ~71

Generate an AI-powered similarity key for product name matching. Handles variations in product names, model numbers, and descriptions. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional)
productstringyesProduct name, description, or model

No output schema declared.

No examples provided.

interzoid_product_recall_info ~72

Retrieve product recall information for a given product, brand, or category including recall date, hazard description, remedy, and regulatory authority. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesProduct name, brand, or category to check for recalls

No output schema declared.

No examples provided.

interzoid_property_history ~82

Retrieve property transaction history for any US address including last sale date and price, prior transactions over up to ten years, price-per-square-foot trajectory, ownership chain, recorded deed types, mortgage history, and current owner of record. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
addressstringyesUS property street address

No output schema declared.

No examples provided.

interzoid_recent_news ~61

Retrieve recent news and developments for a company or topic. AI-powered aggregation from multiple real-time sources. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesCompany name or topic to get news for

No output schema declared.

No examples provided.

interzoid_sales_use_tax_rates ~98

Retrieve current US sales and use tax rates for any address, ZIP code, city, or state - fully decomposed into state, county, city, and special district components plus the combined effective rate. Submit a full street address for the most accurate rate assignment. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesFull street address, ZIP code, city, or state

No output schema declared.

No examples provided.

interzoid_state_abbreviation ~81

Standardize US state/province names to full name plus abbreviation. Handles 'Calif', 'CA', 'Cal' -> 'California' / 'CA'. Cost: $0.01 USDC via x402.

NameTypeReqDescription
algorithmstringAlgorithm variant (optional)
statestringyesState or province name/abbreviation

No output schema declared.

No examples provided.

interzoid_stock_info ~75

Get AI-powered stock analysis for a ticker symbol including price, market cap, P/E ratio, EPS, and analyst assessment. Premium API. Cost: $0.25 USDC via x402.

NameTypeReqDescription
lookupstringyesStock ticker symbol or company name (e.g. 'AAPL', 'COIN')

No output schema declared.

No examples provided.