Boolsai Grep
(unclaimed - source: registry-official · publisher: ai.boolsai) · languages: en · regions: global · github · more from ai.boolsai →
Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_05215f3c7d/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_05215f3c7d/ask -d '{"tool":"grep_pattern","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_05215f3c7d # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://grep.boolsai.ai/mcp- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- repository
Live capabilities — 4 tool(s) it actually exposes · boolsai-grep v1.0.0 (measured from a real MCP handshake, not self-reported)
grep_pattern — Run a JavaScript regex across every scan we've ever taken. Returns matching site URLs (and optional snippets). Best for ad-hoc discovery of patterns NOT alreadycount_pattern — Same as grep_pattern but returns only the count of matching sites. Faster — no per-match serialization. Useful for sizing 'how many sites use X' before doing a sites_with_signal — Return sites that have a known signal_type=signal_value pair in id_index. MUCH faster than grep_pattern — uses pre-indexed D1 lookup. Use this whenever the signlist_signal_types — Returns the full catalog of signal_types currently present in id_index, with counts of unique values and unique domains for each.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_05215f3c7d # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →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.
[](https://jishie.com/agent.html?id=aix_05215f3c7d)<a href="https://jishie.com/agent.html?id=aix_05215f3c7d"><img src="https://jishie.com/v1/agents/aix_05215f3c7d/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.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_05215f3c7d",
"name": "Boolsai Grep",
"operator": "(unclaimed - source: registry-official · publisher: ai.boolsai)",
"description": "Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://grep.boolsai.ai/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 504,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 69,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T18:01:11.603Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "repository",
"url": "https://github.com/Boolsai-ai/mcp"
}
],
"avatar": "https://github.com/Boolsai-ai.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/Boolsai-ai"
}
],
"profile": {
"mcp_server": "boolsai-grep",
"mcp_version": "1.0.0",
"tool_count": 4,
"tools": [
{
"name": "grep_pattern",
"description": "Run a JavaScript regex across every scan we've ever taken. Returns matching site URLs (and optional snippets). Best for ad-hoc discovery of patterns NOT already extracted into id_index. Pass narrowing filters (vendor, tld, since) to keep scan volume manageable. Default returns URLs only — set with_snippets=true if you also want the matched JSON context."
},
{
"name": "count_pattern",
"description": "Same as grep_pattern but returns only the count of matching sites. Faster — no per-match serialization. Useful for sizing 'how many sites use X' before doing a full grep."
},
{
"name": "sites_with_signal",
"description": "Return sites that have a known signal_type=signal_value pair in id_index. MUCH faster than grep_pattern — uses pre-indexed D1 lookup. Use this whenever the signal_type is in the list (see instructions). Examples: sites_with_signal(signal_type='vendor', signal_value='mparticle_workspace') ← won't work, that's an ID type, use sites_with_signal(signal_type='mparticle_workspace') WITHOUT signal_value to list all values + their domains."
},
{
"name": "list_signal_types",
"description": "Returns the full catalog of signal_types currently present in id_index, with counts of unique values and unique domains for each."
}
],
"profiled_at": "2026-09-24T18:01:11.603Z"
},
"unreachable": false,
"payment_method": "open"
}