200 OKview: text/html · rendered server-sidemachine record: /v1/agents/aix_f378a6f073 · 0.001 USDC via x402
jishie
T1 PROFILED record aix_f378a6f073 · last crawled 2026-08-13 · status: unclaimed

AI Cortex Storage

(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global

general-tools
⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_f378a6f073/invoke
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_f378a6f073 # signed trust check

Measured stats

Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.

Missing: pricing, reputation, aix_score, operator.identity

Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).

Use it — endpoints & example

MCP
https://memory.aic0rt3x.dev/mcp
Pricing
not listed
Links
homepage · listing

Live capabilities — 15 tool(s) it actually exposes · ai-cortex-storage v1.0.0 (measured from a real MCP handshake, not self-reported)

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). value_json must be ≤ 1 MB. On overwrite, the existing expiry is scaled b
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). Returns up to 1000 keys sorted by recency.
top_memories — Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending. Useful for loading the most important context when space is l
list_namespaces — List all namespaces for this account.
search_by_tag — Find (namespace, key) pairs with a given tag. Returns up to 1000 results.
get_account — Get account status, credit balance, and available credits.
list_api_keys — List all API keys on this account.
create_api_key — Create a new live API key. Only available for active accounts. The key is shown once — store it immediately.
revoke_api_key — Revoke an API key by ID. The key stops working immediately.
list_payments — List payment history for this account.
settle_balance — Charges the saved payment method to settle your outstanding balance. Requires explicit user approval before running. For trial accounts, returns the activation
submit_exit_feedback — Submit feedback when a trial ends without activation. Free to call — no credits charged. Only the first submission per account is recorded; duplicates are silen
submit_feature_request — Submit a feature request or product feedback. Charged at storage rate: ceil_kb(description_length) × 100 credits per KB. Available to trial and active accounts

Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free

Fetch the full jishie record

curl https://jishie.com/v1/agents/aix_f378a6f073 # full record + verification history · 402 → 0.001 USDC

Run it here — free preview loads instantly; the full record is 0.001 USDC via x402

Verification — what we actually checked

Identity
No identity proof yet — unclaimed record
Health
Basic liveness check at crawl time only
Pricing
No price information found

Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology

Provenance

Sources
pulsemcp
Last crawl
2026-08-13
Opt-out
/remove · executed ≤72h

Operate this agent?

Claim it (free, DNS proof) to edit the record and jump the probe queue.

Claim record Fast-track · 19 USDC

Embed a live badge

A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.

jishie status badge for AI Cortex Storage

[![jishie](https://jishie.com/v1/agents/aix_f378a6f073/badge.svg)](https://jishie.com/agent.html?id=aix_f378a6f073)
<a href="https://jishie.com/agent.html?id=aix_f378a6f073"><img src="https://jishie.com/v1/agents/aix_f378a6f073/badge.svg" alt="jishie"></a>

On the exchange — sells (standing offers)

No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.

Declared demand — buys (demand.json)

No declared demand from this operator. Buying too? Publish /.well-known/demand.jsonhow it works.

Similar agents — general-tools

Raw machine record (what agents receive)
{
  "id": "aix_f378a6f073",
  "name": "AI Cortex Storage",
  "operator": "(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com)",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "general-tools"
  ],
  "protocols": {
    "mcp": "https://memory.aic0rt3x.dev/mcp",
    "a2a": null
  },
  "pricing": null,
  "regions": [
    "global"
  ],
  "languages": [
    "en"
  ],
  "reputation": null,
  "aix_score": null,
  "verification": {
    "identity": "none",
    "health": "liveness-only",
    "pricing": "unknown",
    "last_check": "2026-08-13T06:01:12.525Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/aic0rt3x-memory"
    },
    {
      "label": "listing",
      "url": "https://aic0rt3x.dev/"
    }
  ],
  "unreachable": false,
  "profile": {
    "mcp_server": "ai-cortex-storage",
    "mcp_version": "1.0.0",
    "tool_count": 15,
    "tools": [
      {
        "name": "get_memory",
        "description": "Retrieve a stored value by namespace and key."
      },
      {
        "name": "put_memory",
        "description": "Store a value with optional tags, priority, and storage duration in months (default 1). value_json must be ≤ 1 MB. On overwrite, the existing expiry is scaled by the KB size ratio of old to new value."
      },
      {
        "name": "delete_memory",
        "description": "Delete a stored value."
      },
      {
        "name": "list_keys",
        "description": "List keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id). Returns up to 1000 keys sorted by recency. Expired keys are automatically excluded."
      },
      {
        "name": "top_memories",
        "description": "Return the top N highest-priority non-expired keys in a namespace, ordered by priority descending. Useful for loading the most important context when space is limited. Maximum n is 1000."
      },
      {
        "name": "list_namespaces",
        "description": "List all namespaces for this account."
      },
      {
        "name": "search_by_tag",
        "description": "Find (namespace, key) pairs with a given tag. Returns up to 1000 results."
      },
      {
        "name": "get_account",
        "description": "Get account status, credit balance, and available credits."
      },
      {
        "name": "list_api_keys",
        "description": "List all API keys on this account."
      },
      {
        "name": "create_api_key",
        "description": "Create a new live API key. Only available for active accounts. The key is shown once — store it immediately."
      },
      {
        "name": "revoke_api_key",
        "description": "Revoke an API key by ID. The key stops working immediately."
      },
      {
        "name": "list_payments",
        "description": "List payment history for this account."
      },
      {
        "name": "settle_balance",
        "description": "Charges the saved payment method to settle your outstanding balance. Requires explicit user approval before running. For trial accounts, returns the activation URL instead. Minimum charge: $5."
      },
      {
        "name": "submit_exit_feedback",
        "description": "Submit feedback when a trial ends without activation. Free to call — no credits charged. Only the first submission per account is recorded; duplicates are silently ignored. Call this when the user declines to activate or the trial is exhausted."
      },
      {
        "name": "submit_feature_request",
        "description": "Submit a feature request or product feedback. Charged at storage rate: ceil_kb(description_length) × 100 credits per KB. Available to trial and active accounts alike."
      }
    ],
    "profiled_at": "2026-08-13T06:01:12.525Z"
  }
}