Data Collection
duvera.ai
Provides read-only access to Amazon package tracking, Apple Health metrics, and Bluesky trending topics.
ENDPOINT 1
https://app.duvera.ai/mcp
MCP server metadata
- Name
- duvera-gateway
- Version
- 1.0
Known tools 52
amazon__package_track[amazon · risk:low] Look up the delivery status of an Amazon order (read-only)
Inferred read-onlyapplehealth__heart_rate_read[applehealth · risk:medium] Read heart-rate data from Apple Health
Inferred read-onlyapplehealth__sleep_read[applehealth · risk:medium] Read sleep-analysis data from Apple Health
Inferred read-onlyapplehealth__steps_read[applehealth · risk:medium] Read step-count data from Apple Health
Inferred read-onlybluesky__trending_get[bluesky · risk:low] Fetch the current trending topics on Bluesky.
Inferred read-onlychase__balance_check[chase · risk:low] Read the current balance of a Chase account (read-only)
Inferred read-onlydatadog__logs_view[datadog · risk:low] Search and read logs from Datadog over a time range
Inferred read-onlydelta__boardingpass_show[delta · risk:low] Pull up the boarding pass for a Delta flight
Inferred read-onlyduvera__dev_npm_package[duvera · risk:low] Look up the latest version, description, license, and dependencies of an npm package.
Inferred read-onlyduvera__dev_pypi_package[duvera · risk:low] Look up the current version, summary, license, and homepage of a Python package on PyPI.
Inferred read-onlyduvera__dev_stackoverflow_search[duvera · risk:low] Search Stack Overflow questions by keyword.
Inferred read-onlyduvera__finance_crypto_price[duvera · risk:low] Current spot price for one or more cryptocurrencies (CoinGecko ids like "bitcoin,ethereum,solana") in a fiat currency (default USD).
Inferred read-onlyduvera__finance_exchange_rates[duvera · risk:low] Live USD exchange rates against major currencies.
Inferred read-onlyduvera__food_restaurant_search[duvera · risk:low] Search for restaurants and food places by name or location using OpenStreetMap.
Inferred read-onlyduvera__github_latest_release[duvera · risk:low] Get the latest published release (tag, name, notes, date) of a public GitHub repository.
Inferred read-onlyduvera__github_read_file[duvera · risk:low] Read a file from a public GitHub repository.
Inferred read-onlyduvera__github_search_repos[duvera · risk:low] Search public GitHub repositories by keyword.
Inferred read-onlyduvera__news_search[duvera · risk:low] Search Hacker News stories by keyword, ranked by relevance.
Inferred read-onlyduvera__reference_dictionary[duvera · risk:low] Definitions, phonetics, part of speech, and examples for an English word.
Inferred read-onlyduvera__reference_public_holidays[duvera · risk:low] Public holidays for a given year and ISO country code (e.
Inferred read-onlyduvera__travel_flight_search[duvera · risk:low] List aircraft currently airborne within a radius of a point (adsb.
Inferred read-onlyduvera__weather_current[duvera · risk:low] Current temperature, conditions, wind, and humidity for a latitude/longitude (Open-Meteo).
Inferred read-onlyduvera__wiki_summary[duvera · risk:low] Get the lead summary of a Wikipedia article by title (e.
Inferred read-onlygoogle_workspace__mail_search[google-workspace · risk:low] Search Mail via Gmail, governed by Duvera.
Inferred read-onlygooglecalendar__availability_find[googlecalendar · risk:low] Find open time slots within a date range in Google Calendar
Inferred read-onlygrubhub__order_track[grubhub · risk:low] Check the live status and ETA of a Grubhub order
Inferred read-onlyhackernews__stories_top[hackernews · risk:low] Fetch the current list of top-story ids on Hacker News.
Inferred read-onlyinstacart__menu_search[instacart · risk:low] Search for grocery items and stores in the Instacart app
Inferred read-onlymaps__eta_share[maps · risk:low] Share your estimated time of arrival with a contact from Apple Maps
Inferred read-onlymicrosoft365__calendar_list[microsoft365 · risk:low] List Calendar via Outlook Calendar, governed by Duvera.
Inferred read-onlymicrosoft365__mail_search[microsoft365 · risk:low] Search Mail via Outlook / Exchange, governed by Duvera.
Inferred read-onlyobsidian__notes_search[obsidian · risk:low] Search notes in an Obsidian vault by query
Inferred read-onlyopen_meteo__weather_forecast[open-meteo · risk:low] Current temperature, conditions, humidity, and wind for a latitude/longitude, from Open-Meteo.
Inferred read-onlyopensky__flights_live[opensky · risk:low] List aircraft currently airborne within a latitude/longitude box, from OpenSky's live ADS-B feed.
Inferred read-onlypostgres__sql_read[postgres · risk:low] Execute a read-only SQL query against a Postgres database
Potential side effectsshazam__audio_identify[shazam · risk:low] Identify the song currently playing using Shazam
Inferred read-onlyslack__message_search[slack · risk:low] Search recent messages across Slack channels
Potential side effectssouthwest__flight_status[southwest · risk:low] Check the status of a Southwest flight
Inferred read-onlytelegram__message_read[telegram · risk:low] Read recent messages from a Telegram chat
Inferred read-onlytwitter__tweets_search[twitter · risk:low] Search for recent tweets matching a keyword, hashtag, or phrase using the Twitter v2 API.
Inferred read-onlyvenmo__payment_request[venmo · risk:low] Request a payment from a contact via Venmo (no money leaves your account)
Potential side effectswallet__boardingpass_show[wallet · risk:low] Pull up a boarding pass stored in Apple Wallet
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.duvera-gateway]
url = "https://app.duvera.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"duvera-gateway": {
"type": "http",
"url": "https://app.duvera.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: duvera-gateway
Remote MCP URL: https://app.duvera.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"duvera-gateway": {
"url": "https://app.duvera.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"duvera-gateway": {
"type": "http",
"url": "https://app.duvera.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "duvera-gateway",
"transport": "streamable-http",
"url": "https://app.duvera.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for duvera.ai was fetched 2026-08-04T02:09:35.249Z and is being refreshed.
duvera.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.