← aic0rt3x.dev

INDIVIDUAL MCP TOOL

list_payments

List payment history for this account.

aic0rt3x.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

aic0rt3x.dev

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

.mcp.json

{
  "mcpServers": {
    "aic0rt3x-dev": {
      "type": "http",
      "url": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "aic0rt3x-dev",
  "transport": "streamable-http",
  "url": "https://memory.aic0rt3x.dev/mcp"
}
MCP Inspector

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

Related tools

  • get_memory — Retrieve a stored value by namespace and key.
  • put_memory — Store a value with optional tags, priority, and storage duration in months (default 1).
  • delete_memory — Delete a stored value.
  • list_keys — List keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id).
  • top_memories — Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending.
  • list_namespaces — List all namespaces for this account.
  • search_by_tag — Find (namespace, key) pairs with a given tag.
  • get_account — Get account status, credit balance, and available credits.