← agentview.de

INDIVIDUAL MCP TOOL

get_data_slot

Returns the current JSON content and metadata of a data slot by slug.

agentview.denone authenticationAvailability not checked

LIVE ENDPOINT

https://agentview.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_data_slot and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentview.de

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.agentview-mcp]
url = "https://agentview.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentview-mcp": {
      "type": "http",
      "url": "https://agentview.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentview-mcp": {
      "type": "http",
      "url": "https://agentview.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentview-mcp",
  "transport": "streamable-http",
  "url": "https://agentview.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • assign_display_categories — Assigns displays to categories.
  • list_data_slots — Lists data slots with optional filtering.
  • set_display_grant — Grants or revokes a member's access to one display inside an organization.
  • authenticate — Validates a JWT agent token and caches the identity on this MCP session so later calls work without resending it.
  • create_api_key — Creates a long-lived API key for server-to-server integration without OAuth.
  • get_storage_usage — Returns the storage pool snapshot (used, limit and remaining bytes) for the personal scope or a group — data slots and uploaded assets share this quota; check before large set_data_slot or upload_asset writes.
  • broadcast_content — Sends HTML to many displays at once.
  • manage_licenses — Manages premium display licenses: action 'allocate' sets how many license slots an organization gets (licenses, 0 deallocates all), 'assign' binds a free license to a display, 'unassign' releases a display's license back to the pool.