Developer Tools
agtls.dev
Manages agent credentials, tasks, and webhook endpoints for automated workflows.
ENDPOINT 1
https://agtls.dev/api/mcp
MCP server metadata
- Name
- agtls
- Version
- 0.1.0
Known tools 12
inboxes_readRead inboxes — durable work queues for agents — and their pending events.
Inferred read-onlyclaimClaim 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 effectsCONNECT 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.
agtls.dev 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.