theYahia/dadata-mcp (theYahia/dadata-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 31 tools. No publisher has claimed this listing.

D
Caution
54/100

theYahia/dadata-mcp

MCP server that provides 31 tools for the DaData API, enabling address autocomplete, company lookup, bank details, phone/email/passport validation, car recognition, geocoding, and reference directory queries.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

theYahia

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 2 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: DADATA_API_KEY, DADATA_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes31 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

clean_address

Standardize a Russian address. Returns structured fields, coordinates, and quality codes. Paid: 0.20 RUB/req.

clean_phone

Validate and standardize a phone number. Returns carrier, region, timezone, and type. Paid: 0.20 RUB/req.

clean_email

Validate an email address. Fixes typos, detects disposable/corporate/personal type. Paid: 0.20 RUB/req.

clean_name

Parse and standardize a Russian full name (FIO). Splits into surname/name/patronymic, detects gender. Paid: 0.20 RUB/req.

clean_person

Validate a full person record in one request: FIO + birthdate + address + phone + email + passport. 5-8x cheaper than separate calls. Paid.

find_affiliated

Find companies affiliated with a person or company by INN. Requires 'Maximum' plan.

find_company_by_email

Find a company by its corporate email address or domain. Paid: 7 RUB/req.

find_brand

Find a company's brand name, website, and logo by INN. Paid: 7 RUB/req.

find_self_employed

Check if an INN belongs to a self-employed person (via FNS API). Availability not guaranteed.

suggest_company_by

Search Belarusian companies and entrepreneurs by name or UNP (Belarus tax ID).

suggest_company_kz

Search Kazakh companies and entrepreneurs by name or BIN (Kazakhstan business ID).

suggest_email

Autocomplete email addresses. Suggests domains and corrects typos as user types.

find_company_by_id

Get detailed company info by INN or OGRN. Returns registration, status, CEO, address, OKVED.

find_bank

Find bank by BIC, SWIFT, INN, or name. Returns correspondent account, address, and status.

find_by_id_address

Get full address info by FIAS ID, KLADR ID, or cadastral number.

find_delivery_city

Get CDEK, Boxberry, and DPD city IDs by KLADR ID. Essential for logistics integrations.

geolocate_address

Reverse geocoding: find nearest addresses by latitude/longitude coordinates.

ip_locate

Detect Russian city by IPv4 address. Returns city name, coordinates, and FIAS ID.

clean_passport

Validate a Russian passport against the MVD invalid passports registry. Paid: 0.20 RUB/req.

find_fms_unit

Find passport issuing authority by subdivision code (e.g. '770-001'). Returns the full name of the office.

find_inn_by_passport

Find a person's INN by passport data and birthday (via FNS API). Availability not guaranteed.

find_postal_unit

Find a post office by postal code, or nearest by coordinates. Returns address, schedule, and status.

suggest_country

Search countries by name, ISO alpha-2/alpha-3 code. ISO 3166 reference.

get_balance

Check your DaData account balance and daily usage statistics.

get_versions

Check when DaData reference databases were last updated (FIAS, EGRUL, banks, etc.).

lookup_reference

Search Russian reference directories: OKVED, OKPD, OKTMO, metro, tax/customs offices, courts, currencies, MKTU, professions, positions.

suggest_address

Autocomplete Russian addresses. Returns suggestions with postal code, FIAS ID, and coordinates.

suggest_company

Search Russian companies by name, INN, or OGRN. Returns legal details, address, and CEO.

suggest_fio

Autocomplete Russian full names (FIO). Returns suggestions with gender detection.

clean_vehicle

Recognize car brand and model from a string. Paid: 0.20 RUB/req.

suggest_car_brand

Autocomplete car brand names in Russian and English.

// known CVEs in dependencies2 critical3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@3.0.0GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@3.0.0GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretDADATA_API_KEY"": "ваш-api-ключ",
🔐 secretDADATA_SECRET_KEY"": "ваш-секретный-ключ"
configHTTP_PORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

31/31 tools missing one or more hints — clean_address (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); clean_phone (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); clean_email (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +28 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

Only 15/31 tool handlers declare input schemas (48%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 1/31 tool handlers wrap calls in try/catch (3%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

17/31 tools referenced in tests (55%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/theyahia/dadata-mcp?variant=verified)](https://m8ven.ai/mcp/theyahia/dadata-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 29e5a84366fb43ae9e94ff57cc631e57f86b739c
code hash: 540aba17aebbde4849abb81292a93024ecd3ec4f28a8d34d08ecd781bc03354a
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client