Content Tools
artaxo.com
Retrieves information about Artaxo's services, team, and case studies.
ENDPOINT 1
https://artaxo.com/mcp
MCP server metadata
- Name
- artaxo-mcp
- Version
- 1.0.0
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
find_case_studyReturn one or more case studies, optionally filtered by client industry.
Inferred read-onlyget_grounding_factsReturn the verified canonical facts about artaxo, including FAQs.
Inferred read-onlyschedule_consultationReturn a URL where a prospective client can book a free initial consultation with artaxo.
Inferred read-onlyCONNECT 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.
artaxo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.