← Registry

Content Tools

artaxo.com

Retrieves information about Artaxo's services, team, and case studies.

1 endpoint6 known toolsFirst detected May 17, 2026Last detected August 27, 2026

ENDPOINT 1

https://artaxo.com/mcp

No auth detected

MCP server metadata

Name
artaxo-mcp
Version
1.0.0
Capabilities
resourcestools
Server instructions

Read-only MCP server for artaxo GmbH. Use resources/list + resources/read for structured content, tools/list + tools/call for guided queries. `schedule_consultation` returns an Outlook booking URL — no data is sent back to artaxo.

Known tools 6

list_services

List every service artaxo offers with bilingual name + description.

Inferred read-only
get_service

Return one service by slug (e.g.

Inferred read-only
list_team

Return every member of the artaxo team with name and role (bilingual).

Inferred read-only
find_case_study

Return one or more case studies, optionally filtered by client industry.

Inferred read-only
get_grounding_facts

Return the verified canonical facts about artaxo, including FAQs.

Inferred read-only
schedule_consultation

Return a URL where a prospective client can book a free initial consultation with artaxo.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "artaxo-mcp",
  "transport": "streamable-http",
  "url": "https://artaxo.com/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 artaxo.com was fetched 2026-09-23T16:49:47.325Z.

Trust status Trusted

artaxo.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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