← artiji.xyz
INDIVIDUAL MCP TOOL
artiji_list_catalog
List all available Artiji astrology reading products (SKUs) with prices and delivery details.
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 endpoint
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.artiji-xyz]
url = "https://artiji.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"artiji-xyz": {
"type": "http",
"url": "https://artiji.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: artiji-xyz
Remote MCP URL: https://artiji.xyz/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": {
"artiji-xyz": {
"url": "https://artiji.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"artiji-xyz": {
"type": "http",
"url": "https://artiji.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "artiji-xyz",
"transport": "streamable-http",
"url": "https://artiji.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
artiji_list_readings— Deprecated alias for artiji_list_catalog.artiji_create_order— Create a new astrology reading order.artiji_submit_payment— Submit the payment credential for an HTTP 402 + Stripe SPT order challenge.artiji_check_status— Poll order fulfillment status.artiji_fetch_reading— Retrieve the completed astrology reading for a fulfilled order.