UnifyAPI (UnifyAPIPRO/UNIFYAPI) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 34 tools. No publisher has claimed this listing.

D
Caution
52/100

UnifyAPI

One API key and one billing rail for hundreds of API tools across many providers — exposed to AI agents through a single MCP endpoint and billed per call with x402 crypto payments.

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

UnifyAPIPRO

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: 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: API_KEY_SECRET, PRIVY_APP_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes34 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.

Weather Forecast

Multi-day forecast for any latitude/longitude with temperature, precipitation, and wind.

Current Conditions

Current temperature, wind, and weather code for a coordinate.

Crypto Spot Price

Current price of a coin in a fiat currency, sourced live from CoinGecko.

Token Market Snapshot

Market cap, 24h volume, and price change for a token.

Stock Quote

Latest price, open, high, low, and volume for a ticker.

Currency Convert

Convert an amount from one currency to another at the latest rate.

Company Fundamentals

Key fundamentals: market cap, P/E, EPS, and sector for a listed company.

Flight Search

Search the cheapest flights between two airports for a date.

Hotel Search

Find available hotels in a city for given check-in/out dates.

Top Headlines

Latest top news headlines, optionally filtered by topic or country.

News Search

Search recent news articles by keyword.

Web Search

Agent-optimized web search returning ranked results with snippets.

Page Extract

Fetch a URL and return clean, readable text content.

Text Completion

Generate a completion from a prompt via a unified model gateway.

Summarize

Summarize a block of text into a short paragraph.

Geocode Address

Convert a place name or address into latitude/longitude.

Distance Matrix

Driving distance and duration between two coordinates.

Timezone Lookup

Return the timezone and current local time for a coordinate.

Company Enrichment

Enrich a company domain with name, industry, size, and location.

Nutrition Lookup

Calories and macronutrients for a natural-language food query.

Translate Text

Translate text between languages with high quality.

Define Word

Definitions, parts of speech, and examples for an English word.

Trending Coins

The top trending coins on CoinGecko right now.

Global Crypto Market

Total market cap, 24h change, and BTC dominance across all crypto.

Air Quality

Current PM2.5, PM10, and US/European AQI for a coordinate.

IP Geolocation

Country, city, coordinates, and ISP for an IP address.

World Time

Current date and time for any IANA timezone.

Wikipedia Summary

A concise summary of any Wikipedia article.

Random Quote

A random inspirational quote with its author.

Public Holidays

Public holidays for a country and year.

Book Search

Search millions of books by title or keyword.

Pokémon Lookup

Stats, types, and physical data for any Pokémon.

Sentiment Analysis

Classify text as positive, negative, or neutral with a score.

Stock Price History

Daily closing prices for a ticker over a number of days.

// known CVEs in dependencies4 high5 medium

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

highnext@16.2.9GHSA-6gpp-xcg3-4w24

Next.js: Middleware / Proxy bypass in App Router applications using Turbopack and single locale

highnext@16.2.9GHSA-89xv-2m56-2m9x

Next.js: Server-Side Request Forgery in Server Actions on custom servers

highnext@16.2.9GHSA-m99w-x7hq-7vfj

Next.js: Denial of Service in App Router using Server Actions

highnext@16.2.9GHSA-p9j2-gv94-2wf4

Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

mediumnext@16.2.9GHSA-4633-3j49-mh5q

Next.js: Cache confusion of response bodies for requests with bodies containing invalid UTF-8 byte sequences

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.
🔐 secretAPI_KEY_SECRET
🔐 secretPRIVY_APP_SECRETSet NEXT_PUBLIC_PRIVY_APP_ID and (from [dashboard.privy.io](https://dashboard.privy.io))
configX402_FACILITATOR_URL"https://x402.org/facilitator"
configX402_NETWORK"base-sepolia" # or "base" for mainnet
configX402_PAY_TO"0xYourReceivingWalletAddress"
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployNEXT_PUBLIC_APP_URL
deployNEXT_PUBLIC_PRIVY_APP_ID
// 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

34/34 tools missing one or more hints — Weather Forecast (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); Current Conditions (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); Crypto Spot Price (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +31 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Production dependencies are patched

0 critical, 4 high severity in production deps — next@16.2.9 (high), next@16.2.9 (high)

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

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 6 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/unifyapipro/unifyapi?variant=verified)](https://m8ven.ai/mcp/unifyapipro/unifyapi)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 6134577472e0e5011b54039d43c518944f06cb04
code hash: 679896c8e9a2923feaf6b2fed0ff9bbb0a4526da1aed3c7735c0a3d51fe874c3
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