Skip to main content
Glama
TedyHub
by TedyHub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPTAP_API_KEYYesAPI key (dt_live_…), sent as Authorization: Bearer.
DEEPTAP_API_URLNoBase URL of the DeepTap API (override for self-hosting/staging).https://deeptap.io

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_accountA

Return the current DeepTap account, plan, and limits. Call this first to check the plan and how many domains/links are available before creating resources. Read the meta block for live usage and rate limits.

list_domainsA

List all DeepTap domains for the account, with their iOS/Android config and AASA/assetlinks URLs.

get_domainA

Fetch one domain by id (e.g. 'dom_42'), including its iOS/Android settings and generated file URLs.

create_domainA

Create a DeepTap subdomain and configure iOS Universal Links and/or Android App Links. Pass name (the subdomain label, e.g. 'myapp' → myapp.deeptap.io). For working routing also set fallback_url and app_store_url / play_store_url. After creating, call verify_domain.

update_domainA

Update a domain's iOS/Android configuration (partial — only the fields you pass change). iOS caches AASA aggressively; existing installs may take up to 24h to pick up changes.

verify_domainA

Fetch the domain's generated apple-app-site-association and assetlinks.json and check them against the configured app identifiers (reachable, valid JSON, appID/package match, fingerprints, paths). Run after create_domain/update_domain. Note: this checks what is verifiable server-side; rebuilding the app and on-device checks are still required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TedyHub/deeptap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server