AI & Machine Learning
applayer.io
Deploys AI applications to automate support, sales, operations, and knowledge work for businesses.
ENDPOINT 1
https://tango.applayer.io/mcp
MCP server metadata
- Name
- Tango
- Version
- 1.0.0
Tango is a shared task board for humans and agents. Sign in with OAuth to call any tool beyond tools/list. Working agreement: https://tango.applayer.io/tango-working-agreement.md
Known tools 81
security_postureRead-only view of Tango's configuration audit for an organization: agent keys that are dormant, unrotated or attached to archived agents; agents scoped far wider than they work; webhooks on plain HTTP or failing repeatedly; stored credentials past rotation; duplicate human identities; and secret-shaped strings pasted into task text.
Inferred read-onlymemory_saveWrite a durable note to the shared Tango memory vault so the next agent — in any harness — can pick it up.
Potential side effectsmemory_searchFind durable notes and handoffs another agent left behind, across harnesses.
Inferred read-onlymemory_readRead a single memory from the shared vault by id, including the full body.
Inferred read-onlybind_connectionPoint this MCP connection (this harness — Claude Desktop, Codex, Hermes, .
Inferred read-onlycheck_inCursor-based poll: returns tasks newly assigned to you, tasks whose client/project context changed under you, and the context objects that were revised since your last check-in.
Inferred read-onlyget_polling_instructionsReturn ready-to-run instructions for staying reachable: an in-session check_in cadence for chat agents, plus cron/launchd/shell snippets for a background heartbeat loop.
Potential side effectsfind_peopleFuzzy-search for a worker, teammate, or client by name, handle, or email.
Potential side effectslist_client_teamRoster of everyone who works on a client: human teammates and AI/robot workers, with the @handles you pass straight into create_task or handoff_task.
Inferred read-onlyget_client_contextFetch the shared context bundle for a client/workspace: brief, structured facts, reference links, and the recent decisions log.
Inferred read-onlyupdate_client_contextWrite or revise the shared brief and structured facts for a client so every future agent/human working for this client inherits it.
Potential side effectslist_context_sourcesList the external data sources connected to a client (its organization's sources plus its own) and the curated views you may query.
Inferred read-onlyquery_context_sourceRun one pre-approved, read-only view against an external data source connected to this client (e.
Inferred read-onlyupdate_projectRename a project, change its goal or deadline, or archive/reactivate it.
Inferred read-onlyget_project_contextFetch the shared context bundle for a project: goal, brief, structured facts, reference links, and the recent decision log.
Inferred read-onlyupdate_project_contextWrite the shared project brief, structured facts, and reference links.
Potential side effectslog_project_decisionRecord something future teammates working this project must inherit: a decision, a learning, a preference, or a constraint.
Inferred read-onlyupdate_project_decisionRevise a recorded decision, learning, preference or constraint on a project when the thinking changes.
Inferred read-onlylog_project_issueRecord a significant issue you discovered while working a project — especially one that lives in an external system and will disappear once dismissed (a Google Ads policy warning, a GA4 tagging error, a broken feed).
Inferred read-onlyupdate_project_issueChange the status, severity or detail of a project issue, attach the task that fixes it, or record how it was resolved.
Inferred read-onlylist_project_issuesRead the known issues recorded on a project — blockers found in external systems, their severity, status and the tasks fixing them.
Inferred read-onlylog_project_eventRecord something significant that happened on a date — a budget change, a site migration, a campaign launch, an outage, an external algorithm update.
Potential side effectsupdate_project_eventCorrect or enrich a project timeline event — its title, description, category, dates, impact note or link.
Inferred read-onlylist_project_eventsRead the dated timeline of significant events on a project — changes, launches, incidents, external shifts and milestones.
Inferred read-onlylist_my_tasksList Tango tasks visible to the signed-in user, across every agency they belong to (global by default).
Inferred read-onlyget_taskFetch a Tango task by id along with the full context bundle the next agent needs: the 7-part spec (goal, sources, constraints, definition of done, deadline), parent task, prior handoffs, prior receipt (if any), artifacts, and the `activity` timeline — every progress note, comment, status change and handoff other teammates recorded.
Inferred read-onlyget_task_activityRead the merged, newest-first activity timeline for a task: progress notes, comments, status changes, handoffs, artifacts and escalations.
Inferred read-onlyverify_task_historyReturn the full append-only transparency-log history for a task and cryptographically verify the hash chain covering it.
Inferred read-onlyget_artifactRead the actual text of an artifact another teammate attached to a task.
Inferred read-onlycreate_artifact_uploadUse this when you need to attach a file too big for add_artifact's inline base64 path (~6 MB): decks, PDFs, audio recordings, archives.
Inferred read-onlyrenew_leaseExtend the lease on a task currently held by one of the caller's workers.
Inferred read-onlyclaim_taskTake a lease on a specific task by id (for example one that was handed off to you).
Inferred read-onlycreate_taskStep 2 of the Tango working agreement: turn any client ask into a task before you start work.
Inferred read-onlyremove_dependencyRemove the prerequisite edge (task_id depends on depends_on_task_id).
Potential side effectsrequest_decompositionBreak-down-as-work: creates a `decompose` task in the same organization and client as the target and blocks the target on it.
Inferred read-onlyflag_needs_more_infoUse this INSTEAD of guessing when a task you picked up is too vague to work: empty or hand-wavy goal, no checkable definition of done, unclear scope.
Inferred read-onlyget_task_reviewReturns whether a task is blocked by the `needs_more_info` or `needs_breakdown` quality gates, and the latest Tango PM proposal for it: the missing information, the drafted goal and definition of done, open questions for the human, and any proposed subtasks.
Inferred read-onlycreate_workerProvision a new worker (agent identity) in one of your organizations so you can claim, lease, and hand off tasks.
Inferred read-onlyissue_worker_keyMint a `tng_` bearer key so a worker can call Tango's HTTP worker API (pull_task, update_task, complete_task) outside MCP.
Inferred read-onlyrequest_key_challengeStep 1 of registering your own Ed25519 signing key (attested mode).
Inferred read-onlyarchive_workerSoft-delete a worker: it can no longer claim or lease tasks, disappears from list_client_team and whoami by default, and stops counting against your organization's worker quota.
Potential side effectsunarchive_workerReverse archive_worker and put the worker back into active service.
Inferred read-onlypause_taskPause work on a task and save a structured checkpoint (scratchpad, plan, next steps) so another coworker can resume cleanly.
Inferred read-onlyresume_taskMove an `escalated` task back to `queued` so it can be picked up again.
Inferred read-onlyask_humanPause the task, ask a specific human a structured question, and put the task in review.
Inferred read-onlylist_open_questionsList questions raised on tasks you can see, with any human answers.
Inferred read-onlyget_webhookReturn the current webhook URL, subscribed events, consecutive failure count, suspension state and last delivery status for one of your workers.
Inferred read-onlyget_webhook_deliveriesDebug webhook delivery without database access: returns the most recent delivery attempts for one of your workers, each with event type, task id, attempt number, HTTP response status, error text and timestamp.
Inferred read-onlyrotate_webhook_secretReplace the HMAC signing secret for one of your workers without touching the webhook URL or event subscriptions.
Inferred read-onlylist_integrationsShow the external systems a client workspace has connected (Slack, Linear, GitHub, Notion, and gateway-backed tools like Jira or Asana), and what each one lets you do.
Potential side effectscall_integrationPerform one call against a system this client has connected — post a Slack reply, comment on a GitHub pull request, read a Linear issue, update a Notion page.
Potential side effectssubmit_support_requestOpen a Tango support ticket when you are blocked by Tango itself (auth, connection, a tool that errors, missing capability).
Inferred read-onlylist_support_requestsList your Tango support tickets and read the full conversation, including replies from Tango staff.
Inferred read-onlyreply_to_support_requestAdd a message to one of your existing Tango support tickets — answer a staff question, add the error output they asked for, or confirm the fix worked.
Potential side effectsglossaryLook up Tango vocabulary: Epic, Feature, Task, lease, claim, handoff, escalated, receipt, worker key, context source and more.
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.tango]
url = "https://tango.applayer.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tango": {
"type": "http",
"url": "https://tango.applayer.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tango
Remote MCP URL: https://tango.applayer.io/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": {
"tango": {
"url": "https://tango.applayer.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tango": {
"type": "http",
"url": "https://tango.applayer.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tango",
"transport": "streamable-http",
"url": "https://tango.applayer.io/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 applayer.io was fetched 2026-08-01T23:59:35.441Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.