← Registry

Developer Tools

agtls.dev

Manages agent credentials, tasks, and webhook endpoints for automated workflows.

1 endpoint12 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://agtls.dev/api/mcp

No auth detected

MCP server metadata

Name
agtls
Version
0.1.0
Capabilities
tools.listChanged

Known tools 12

agent_auth

Manage your agtls credential.

Inferred read-only
tasks_read

Read tasks.

Inferred read-only
tasks_write

Create, update, or delete a task.

Potential side effects
webhooks_read

Read webhook endpoints and their captured events.

Inferred read-only
webhooks_write

Manage webhook endpoints and their captured events.

Inferred read-only
inboxes_read

Read inboxes — durable work queues for agents — and their pending events.

Inferred read-only
inboxes_write

Manage inboxes and deposit or consume their events.

Inferred read-only
artifact_read

Read artifacts.

Inferred read-only
artifact_write

Create, update, or delete a file artifact.

Potential side effects
messages_read

Read scheduled messages.

Inferred read-only
messages_write

Schedule or cancel a message.

Potential side effects
claim

Claim a publicly-created resource (task, webhook endpoint, inbox, artifact, or scheduled message) for your organization using the claim_token returned when it was created.

Potential side effects

CONNECT 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.agtls]
url = "https://agtls.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agtls": {
      "type": "http",
      "url": "https://agtls.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agtls
Remote MCP URL: https://agtls.dev/api/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": {
    "agtls": {
      "url": "https://agtls.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agtls": {
      "type": "http",
      "url": "https://agtls.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agtls",
  "transport": "streamable-http",
  "url": "https://agtls.dev/api/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 agtls.dev was fetched 2026-08-25T16:22:08.590Z.

Trust status Neutral

agtls.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.