# com.interzoid/mcp-server (remote · mcp.interzoid.com)

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

- Trust score: 68/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.interzoid.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-interzoid-mcp-server/mcp.md), [page](https://verifymcp.io/servers/com-interzoid-mcp-server/mcp)

## Channel facts

- Endpoint: `https://mcp.interzoid.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (interzoid_address_and_fullname_match).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 4589 tokens (~79/item across 58 items; 58 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-interzoid-mcp-server https://mcp.interzoid.com/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-interzoid-mcp-server --url https://mcp.interzoid.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-interzoid-mcp-server:
    url: "https://mcp.interzoid.com/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +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.

### 2026-07-31 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +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.

### 2026-07-28 (score 66, +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.

### 2026-07-27 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (58)

### `interzoid_address_and_fullname_match` (~94 tokens)

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.

Input parameters:

- `address` (string, required): Full street address (US or international)
- `fullname` (string, required): Full individual name

### `interzoid_address_match_advanced` (~84 tokens)

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

Input parameters:

- `address` (string, required): Street address
- `algorithm` (string): Algorithm variant (optional)
- `zip` (string): Zip code (optional but recommended for precision)

### `interzoid_address_parse` (~59 tokens)

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

Input parameters:

- `address` (string, required): Full address string to parse

### `interzoid_building_profile` (~82 tokens)

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.

Input parameters:

- `address` (string, required): US property street address

### `interzoid_business_info` (~61 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name, website, or email

### `interzoid_buying_signals` (~73 tokens)

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.

Input parameters:

- `lookup` (string, required): Target company name to surface buying signals for

### `interzoid_city_standard` (~83 tokens)

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

Input parameters:

- `algorithm` (string): Algorithm variant (optional)
- `city` (string, required): City name to standardize
- `state` (string): State or province (optional but recommended)

### `interzoid_company_and_address_match` (~101 tokens)

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.

Input parameters:

- `address` (string, required): Full street address (US or international)
- `company` (string, required): Company or organization name

### `interzoid_company_and_fullname_match` (~100 tokens)

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.

Input parameters:

- `company` (string, required): Company or organization name
- `fullname` (string, required): Full individual name

### `interzoid_company_match_advanced` (~95 tokens)

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.

Input parameters:

- `algorithm` (string): Algorithm variant (optional, e.g. 'ai-deep')
- `company` (string, required): Company or organization name

### `interzoid_company_verification` (~64 tokens)

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.

Input parameters:

- `lookup` (string, required): Company or organization name to verify

### `interzoid_competitor_analysis` (~62 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name to analyze competitors for

### `interzoid_country_info` (~86 tokens)

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.

Input parameters:

- `algorithm` (string): Algorithm variant (optional, defaults to 'ai-medium')
- `country` (string, required): Country name in any language or format

### `interzoid_country_standard` (~71 tokens)

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

Input parameters:

- `algorithm` (string): Algorithm variant (optional)
- `country` (string, required): Country name to standardize

### `interzoid_currency_rate` (~77 tokens)

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

Input parameters:

- `from` (string, required): Source currency code (e.g. USD, EUR, GBP)
- `to` (string, required): Target currency code (e.g. JPY, GBP, EUR)

### `interzoid_custom_data` (~207 tokens)

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.

Input parameters:

- `lookup` (string, required): The lookup value to retrieve data for (e.g. 'IBM', 'Las Vegas', '85250')
- `model` (string): AI model to use (optional: 'default', 'model-a', 'model-a-premium', 'model-x')
- `output` (string, required): JSON array of desired output field names (e.g. '["headquarters","ceo","website"]')
- `topic` (string, required): Description of the data domain (e.g. 'detailed information about companies', 'healthcare data by city')

### `interzoid_customs_duty_rates` (~123 tokens)

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.

Input parameters:

- `hscode` (string, required): Harmonized System (HS) code, 6-digit minimum (up to 10-digit national extensions)
- `lookup` (string, required): Destination country name or ISO code

### `interzoid_email_trust_score` (~70 tokens)

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.

Input parameters:

- `lookup` (string, required): Email address to score and validate

### `interzoid_entity_type` (~61 tokens)

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.

Input parameters:

- `text` (string, required): Text data value to classify

### `interzoid_esg_profile` (~69 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name to retrieve ESG profile for

### `interzoid_eu_vat_rates` (~97 tokens)

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.

Input parameters:

- `lookup` (string, required): Country name, ISO code, city, or address

### `interzoid_executive_profile` (~65 tokens)

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

Input parameters:

- `lookup` (string, required): Company name and job title (e.g. 'Coinbase CEO')

### `interzoid_facilities_profile` (~66 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name to retrieve facilities profile for

### `interzoid_fullname_match` (~68 tokens)

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.

Input parameters:

- `fullname` (string, required): Full individual name

### `interzoid_fullname_match_score` (~78 tokens)

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.

Input parameters:

- `fullname1` (string, required): First full name
- `fullname2` (string, required): Second full name to compare

### `interzoid_gender` (~49 tokens)

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

Input parameters:

- `name` (string, required): First name to determine gender for

### `interzoid_global_address_match` (~57 tokens)

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.

Input parameters:

- `address` (string, required): Full international address string

### `interzoid_global_latency` (~160 tokens)

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.

Input parameters:

- `origin` (string): Measurement location (optional: 'California', 'London', 'Tokyo', 'Frankfurt', 'Singapore', 'Sydney', 'Virginia', 'Sao Paulo'; defaults to California)
- `url` (string, required): The full URL to measure (https:// is assumed if no scheme is given)

### `interzoid_global_weather` (~64 tokens)

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

Input parameters:

- `location` (string, required): City name (e.g. 'London', 'Tokyo', 'San Francisco')

### `interzoid_gov_contracts` (~64 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name to retrieve government contract data for

### `interzoid_identify_language` (~54 tokens)

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

Input parameters:

- `text` (string, required): Text snippet to identify the language of

### `interzoid_industry_classification` (~70 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name to classify

### `interzoid_ip_profile` (~64 tokens)

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

Input parameters:

- `lookup` (string, required): IPv4 or IPv6 address to profile

### `interzoid_irs_per_diem_rates` (~109 tokens)

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.

Input parameters:

- `lookup` (string, required): Full street address, ZIP code, city, county, or state (CONUS)

### `interzoid_muni_issuer_profile` (~120 tokens)

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.

Input parameters:

- `lookup` (string, required): Municipal issuer name (state, city, county, district, authority, university, etc.)

### `interzoid_name_origin` (~56 tokens)

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

Input parameters:

- `name` (string, required): Full name to determine origin for

### `interzoid_nearest_coffee_shops` (~67 tokens)

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.

Input parameters:

- `lookup` (string, required): Reference address or location to find coffee shops near

### `interzoid_official_name` (~113 tokens)

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.

Input parameters:

- `lookup` (string, required): Organization name in any form (common name, brand, abbreviation, ticker, or local-language name)

### `interzoid_org_match_score` (~79 tokens)

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.

Input parameters:

- `org1` (string, required): First organization name
- `org2` (string, required): Second organization name to compare

### `interzoid_org_standard` (~70 tokens)

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.

Input parameters:

- `org` (string, required): Organization name to standardize

### `interzoid_parent_company_info` (~66 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name or domain to find parent company for

### `interzoid_phone_profile` (~59 tokens)

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.

Input parameters:

- `lookup` (string, required): Phone number to profile

### `interzoid_private_company_deal_intel` (~61 tokens)

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

Input parameters:

- `lookup` (string, required): Private company name

### `interzoid_product_match` (~71 tokens)

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.

Input parameters:

- `algorithm` (string): Algorithm variant (optional)
- `product` (string, required): Product name, description, or model

### `interzoid_product_recall_info` (~72 tokens)

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.

Input parameters:

- `lookup` (string, required): Product name, brand, or category to check for recalls

### `interzoid_property_history` (~82 tokens)

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.

Input parameters:

- `address` (string, required): US property street address

### `interzoid_recent_news` (~61 tokens)

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.

Input parameters:

- `lookup` (string, required): Company name or topic to get news for

### `interzoid_sales_use_tax_rates` (~98 tokens)

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.

Input parameters:

- `lookup` (string, required): Full street address, ZIP code, city, or state

### `interzoid_state_abbreviation` (~81 tokens)

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

Input parameters:

- `algorithm` (string): Algorithm variant (optional)
- `state` (string, required): State or province name/abbreviation

### `interzoid_stock_info` (~75 tokens)

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.

Input parameters:

- `lookup` (string, required): Stock ticker symbol or company name (e.g. 'AAPL', 'COIN')

### `interzoid_tech_stack` (~88 tokens)

Identify the complete technology stack used by a company or website from a domain lookup, including CMS, frontend frameworks, backend technologies, web server, hosting provider, CDN, analytics, security technologies, and e-commerce platform. Premium API. Cost: $0.25 USDC via x402.

Input parameters:

- `lookup` (string, required): Domain name or company website to identify the tech stack for

### `interzoid_translate_to_any` (~71 tokens)

Detect the language of input text and translate it to any specified target language. Cost: $0.01 USDC via x402.

Input parameters:

- `text` (string, required): Text to translate
- `to` (string, required): Target language name (e.g. 'Japanese', 'French', 'Spanish')

### `interzoid_translate_to_english` (~60 tokens)

Detect the language of input text and translate it to English. AI-powered translation supporting numerous world languages. Cost: $0.01 USDC via x402.

Input parameters:

- `text` (string, required): Text in any language to translate to English

### `interzoid_university_info` (~62 tokens)

Retrieve detailed information about a university or college including location, type, enrollment, accreditation, notable programs, and key statistics. Premium API. Cost: $0.25 USDC via x402.

Input parameters:

- `lookup` (string, required): University or college name

### `interzoid_x_handle` (~84 tokens)

Retrieve the X (formerly Twitter) handle for a given person, organization, sports team, government entity, or descriptive phrase using AI-powered lookup. Returns the handle with a confidence score. Cost: $0.05 USDC via x402.

Input parameters:

- `lookup` (string, required): Person, organization, team, title, or descriptive phrase to find an X handle for

### `interzoid_x_last_three_posts` (~69 tokens)

Retrieve the three most recent posts (tweets) from a given X (Twitter) handle, including the full text content and date of each post. Cost: $0.05 USDC via x402.

Input parameters:

- `handle` (string, required): X handle (with or without @ prefix)

### `interzoid_x_profile` (~76 tokens)

Retrieve a comprehensive profile snapshot for an X (Twitter) handle including display name, bio description, follower and following counts, total post count, website URL, location, and account creation date. Cost: $0.05 USDC via x402.

Input parameters:

- `handle` (string, required): X handle (with or without @ prefix)

### `interzoid_zipcode_info` (~61 tokens)

Get detailed info for a US ZIP code: city, state, county, timezone, area codes, latitude/longitude. Cost: $0.01 USDC via x402.

Input parameters:

- `zip` (string, required): US ZIP code (5-digit)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-interzoid-mcp-server/mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 67
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 65
- 2026-07-26: 65

## Links

- Remote endpoint: https://mcp.interzoid.com/mcp
- Repository: https://github.com/interzoid/interzoid-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-interzoid-mcp-server/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-interzoid-mcp-server/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-interzoid-mcp-server/mcp
