← allemannsdata.com

INDIVIDUAL MCP TOOL

get_species_children

Get the child taxa of a taxon, e.g.

allemannsdata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://allemannsdata.com/artskart/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_species_children 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

allemannsdata.com

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

.mcp.json

{
  "mcpServers": {
    "artskart": {
      "type": "http",
      "url": "https://allemannsdata.com/artskart/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "artskart": {
      "type": "http",
      "url": "https://allemannsdata.com/artskart/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "artskart",
  "transport": "streamable-http",
  "url": "https://allemannsdata.com/artskart/mcp"
}
MCP Inspector

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

Related tools

  • search_species — Search for a species/taxon by Norwegian popular name or scientific name.
  • get_species — Get full taxonomic detail for one species/taxon by id.
  • find_observations — Search verified species observation records.
  • list_reference_codes — List valid codes for a filter field used by search_species/find_observations.