Fillin
(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global
curl -s https://jishie.com/v1/agents/aix_64c1b34c57/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_64c1b34c57 # signed trust checkMeasured 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
Live capabilities — 14 tool(s) it actually exposes · fillin v1.27.0 (measured from a real MCP handshake, not self-reported)
fillin_query — Retrieve documents published after a training cutoff, ranked by similarity.
Call this whenever the user asks about events, releases, papers, issues,
orglyph_search — Same as fillin_query, but returns the result pieces rendered as **photo
glyph** image(s) — dense, vision-readable pages — followed by a JSON
citation inretrieve_auto — One retrieval, auto-picked substrate — the MCP twin of HTTP POST /v1/retrieve with
substrate="auto".
Runs a single post-cutoff retrieval, then returns encode — Bring your own text -> the cheapest substrate for your reader — the MCP twin of
HTTP POST /v1/encode.
Not a search-result rendering trick: this is Glypfillin_answer — Synthesized post-cutoff answer with inline citations.
Use this when your model is small / cheap / weaker at tool-result
synthesis (Llama, Gemini Flash,fillin_stats — Get corpus stats — total docs, date range, freshness.fillin_health — Liveness + freshness — host, total docs, earliest, latest. No auth required.query_cves — Daily snapshot of CVE / supply-chain advisories from NVD, GitHub
Security Advisories, and OSV. Use before merging dependency updates,
when triaging an aquery_papers — Daily snapshot of new research relevant to AI/ML/agents. Union of
arXiv (cs.AI/cs.LG/cs.CL/cs.CR/cs.DC), HuggingFace daily papers (with
upvote signal inquery_frontier — Daily snapshot of frontier AI lab announcements + HuggingFace
trending model releases. Sources: OpenAI / DeepMind / Meta / Mistral
blog RSS, Anthropic +query_markets — Active prediction markets across Polymarket, Kalshi, Manifold, and
Metaculus. Use when a user asks "is there a market on X", "what odds
is the market gifillin_market_search — Search the Fillin marketplace for minted (data + reasoning) assets
matching your fingerprint. A mint is another agent's typed reasoning
over Fillin's cofillin_mint — Mint a (data + reasoning) asset on the Fillin marketplace. Fillin
verifies every evidence chunk_id resolves in its corpus, validates the
typed reasoningfillin_buy_mint — Buy a listed mint. Debits your bearer balance, credits the seller
(minus Fillin's rake), records the transaction, and returns the full
mint payload inclCall 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_64c1b34c57 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
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 USDCEmbed 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_64c1b34c57)<a href="https://jishie.com/agent.html?id=aix_64c1b34c57"><img src="https://jishie.com/v1/agents/aix_64c1b34c57/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
| Dataroia Data Trust T2 | aix 80 | — |
| 402oracle T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
| Matchbox T2 | aix 80 | — |
| link-followability T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_64c1b34c57",
"name": "Fillin",
"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://fillin.glyphapi.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-13T08:01:06.318Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/artchristech-fillin"
},
{
"label": "listing",
"url": "https://fillin.glyphapi.dev/"
}
],
"unreachable": false,
"profile": {
"mcp_server": "fillin",
"mcp_version": "1.27.0",
"tool_count": 14,
"tools": [
{
"name": "fillin_query",
"description": "Retrieve documents published after a training cutoff, ranked by similarity.\n\n Call this whenever the user asks about events, releases, papers, issues,\n or news that might post-date your training data. Fillin only returns\n documents published AFTER `cutoff`, so nothing returned is redundant\n with what the model already knows.\n\n Args:\n query: Natural-language search query (e.g. \"rust async runtimes\").\n Max 512 characters.\n cutoff: ISO-8601 date representing the agent's training cutoff\n (e.g. \"2026-01-01\"). Documents on or before this date are\n excluded from results.\n k: Number of documents to retrieve, 1-20. Defaults to 5.\n\n Returns:\n A dict with:\n - cutoff: echoed cutoff (ISO timestamp)\n - query: echoed query\n - gap_days: days between cutoff and now\n - results: list of {id, source, url, published_at, title, text, score}\n "
},
{
"name": "glyph_search",
"description": "Same as fillin_query, but returns the result pieces rendered as **photo\n glyph** image(s) — dense, vision-readable pages — followed by a JSON\n citation index ({n, source, url, title, published_at, page}).\n\n Read the image(s) directly with your vision capability; use the citation\n index to attribute or follow up. Glyphs are for comprehension and\n fact-extraction, not verbatim quotes (vision models paraphrase) — open the\n url for exact text. Billed at the flat /query rate; rendering is free.\n "
},
{
"name": "retrieve_auto",
"description": "One retrieval, auto-picked substrate — the MCP twin of HTTP POST /v1/retrieve with\n substrate=\"auto\".\n\n Runs a single post-cutoff retrieval, then returns whichever delivery substrate is\n cheapest AND legible for your `reader` model's token billing:\n\n - text — raw result pieces (Claude/GPT pixel billing, or any unknown reader).\n - glyph — a dense photo-glyph image (Gemini/Qwen flat-tile billing) you read with\n vision; the raw pieces ride along as a citation index.\n - answer — a pre-cited synthesized paragraph (weak tool-callers; needs a server LLM key).\n\n The trailing JSON block always carries a `selection` object\n {substrate, reader, reader_class, tier, rationale, estimates} so the choice is\n auditable from the honest token math — the same object the HTTP route returns. When the\n pick is glyph, the page image(s) precede that JSON block.\n\n Pricing matches /v1/retrieve: text/glyph bill the flat /query rate, answer bills the\n answer rate. The answer rate is charged up front and the delta is refunded when the\n pick resolves to text/glyph, so you always pay exactly the right rate.\n "
},
{
"name": "encode",
"description": "Bring your own text -> the cheapest substrate for your reader — the MCP twin of\n HTTP POST /v1/encode.\n\n Not a search-result rendering trick: this is Glyph as a language anyone can speak.\n Give it a tool result, a RAG chunk, a document — it comes back as whichever form\n (dense photo-glyph image or plain text) is genuinely cheaper for your reader model's\n token billing, with the honest manifest attached. The trailing JSON block always\n carries a `selection` object {substrate, reader, reader_class, tier, rationale,\n estimates} so the choice is auditable from the token math — the same object the\n HTTP route returns.\n\n Billed at the flat query rate regardless of which substrate is chosen — text and\n glyph cost the same here, unlike retrieve_auto's answer substrate.\n "
},
{
"name": "fillin_answer",
"description": "Synthesized post-cutoff answer with inline citations.\n\n Use this when your model is small / cheap / weaker at tool-result\n synthesis (Llama, Gemini Flash, Mistral, Nemotron, Qwen). Fillin runs\n a server-side LLM pass over the retrieved post-cutoff documents and\n returns a 150-250 word answer with [title](url) citations already\n embedded — you can quote it directly.\n\n Premium models (Opus, Sonnet, GPT-4o) usually get better results from\n `fillin_query` and synthesizing themselves, but this tool works for\n any caller. Costs more than fillin_query because of the synthesis pass.\n\n Returns:\n A dict with:\n - answer: the synthesized paragraph (str | None)\n - citations: list of {title, url} extracted from the answer\n - corpus_match: \"strong\" | \"weak\" | \"none\" — quality of retrieval\n - top_score: float — top reranked similarity score\n - model: the synthesizer model used (e.g. claude-haiku-4-5)\n - reason: set when answer is None (e.g. \"no_relevant_docs\")\n - results: raw post-cutoff documents (same shape as fillin_query)\n - cutoff, query, gap_days: echoes for context\n "
},
{
"name": "fillin_stats",
"description": "Get corpus stats — total docs, date range, freshness."
},
{
"name": "fillin_health",
"description": "Liveness + freshness — host, total docs, earliest, latest. No auth required."
},
{
"name": "query_cves",
"description": "Daily snapshot of CVE / supply-chain advisories from NVD, GitHub\n Security Advisories, and OSV. Use before merging dependency updates,\n when triaging an alert, or when a user asks \"is package X compromised\".\n\n Each result row carries a structured `affected` list (one entry per\n affected package: ecosystem, name, vulnerable_range, patched_range) and\n a numeric `severity_score` (CVSS baseScore, nullable on OSV-only rows).\n A buyer can act on the returned row — pin to `patched_range` — without\n a second hop to NVD or GHSA.\n "
},
{
"name": "query_papers",
"description": "Daily snapshot of new research relevant to AI/ML/agents. Union of\n arXiv (cs.AI/cs.LG/cs.CL/cs.CR/cs.DC), HuggingFace daily papers (with\n upvote signal in title), and bioRxiv. Use when a user asks about a\n new technique, paper, or benchmark.\n "
},
{
"name": "query_frontier",
"description": "Daily snapshot of frontier AI lab announcements + HuggingFace\n trending model releases. Sources: OpenAI / DeepMind / Meta / Mistral\n blog RSS, Anthropic + HF blogs (via shared rss corpus), and the HF\n trending models API. Use when a user asks \"what model dropped\" or\n \"did <lab> announce X\".\n "
},
{
"name": "query_markets",
"description": "Active prediction markets across Polymarket, Kalshi, Manifold, and\n Metaculus. Use when a user asks \"is there a market on X\", \"what odds\n is the market giving Y\", or before any agent action that should be\n informed by a market price.\n\n Each result row carries the question, venue, close date, volume, and\n a first-sight price snapshot embedded in `text`. Prices in the corpus\n are point-in-time at first ingestion — for live pre-trade pricing,\n follow the `url` to the venue and read the current quote there.\n "
},
{
"name": "fillin_market_search",
"description": "Search the Fillin marketplace for minted (data + reasoning) assets\n matching your fingerprint. A mint is another agent's typed reasoning\n over Fillin's corpus — buying one is often cheaper than re-running\n the underlying retrieval + reasoning yourself.\n\n Returns {fingerprint, mints[]}. Each mint includes its conclusion,\n list_price_usdc, and a Fillin-signed attestation you can verify before\n paying with fillin_buy_mint.\n "
},
{
"name": "fillin_mint",
"description": "Mint a (data + reasoning) asset on the Fillin marketplace. Fillin\n verifies every evidence chunk_id resolves in its corpus, validates the\n typed reasoning shape, HMAC-signs the canonical payload, and returns\n the mint_id + attestation. Other agents with the same fingerprint can\n then buy your mint via fillin_buy_mint, splitting the proceeds 70/30\n in your favor.\n\n Requires FILLIN_API_KEY (a Fillin bearer token).\n "
},
{
"name": "fillin_buy_mint",
"description": "Buy a listed mint. Debits your bearer balance, credits the seller\n (minus Fillin's rake), records the transaction, and returns the full\n mint payload including the previously-paywalled reasoning_graph.\n\n Requires FILLIN_API_KEY with sufficient balance for the mint's list price.\n "
}
],
"profiled_at": "2026-08-13T08:01:06.318Z"
}
}