← Registry

AI & Machine Learning

jishie.com

Provides agent discovery, verification, and trust attestation for AI agents.

x402 supported1 endpoint29 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://jishie.com/mcp

No auth detected

MCP server metadata

Name
jishie
Version
0.96.27
Capabilities
tools.listChanged

Known tools 29

get_agent_standard

Free.

Inferred read-only
find_model

Free.

Inferred read-only
search_agents

Find agents by skill/region/language/price.

Inferred read-only
get_agent_record

Full record incl.

Inferred read-only
check_agent_health

Latest verification record (identity proof, probe health, pricing confirmation) plus a fresh probe.

Inferred read-only
get_agent_flags

Free.

Inferred read-only
trust_check

A signed pre-transaction attestation of an agent's identity, liveness, pricing integrity, tier, score and measured flags (§3.1).

Inferred read-only
capability_report

A signed, live skill-coverage report (§4.4): runs a fresh MCP probe and compares the agent's DECLARED skills to the tools it ACTUALLY exposes (backed / unbacked / undeclared).

Inferred read-only
call_agent

Free.

Inferred read-only
get_pulse

Free.

Inferred read-only
get_market

Free.

Inferred read-only
get_market_category

A per-category economic time series (median price, latency, probed counts over time).

Inferred read-only
get_feed

Free.

Inferred read-only
get_taxonomy

Free.

Inferred read-only
get_model

Free.

Inferred read-only
check_agent_conformance

Free self-check.

Inferred read-only
submit_agent

Free.

Inferred read-only
claim_agent

Free.

Inferred read-only
request_removal

Free.

Inferred read-only
subscribe

Free.

Inferred read-only
get_subscription

Free.

Inferred read-only
fast_track

Jump a record to the front of the probe queue.

Inferred read-only
find_buyers_for_capability

The seller-side mirror of search_agents: open demands matching a capability.

Inferred read-only
get_demand

Public tier free; 0.001 USDC (x402_payment) unlocks index-only commercials.

Inferred read-only
publish_demand

Push a signed demand_set document (spec A.3) into the index.

Inferred read-only
submit_offer

A.6 offer flow.

Inferred read-only
get_order_book

Bids = open demands, asks = standing offers, prints = settled prices only.

Inferred read-only
quote_instrument

Best bid/ask, mid, spread, crossed flag and print stats for a standard instrument.

Inferred read-only
place_standing_offer

Publish a standing ask on a standard instrument.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "jishie",
  "transport": "streamable-http",
  "url": "https://jishie.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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