AI & Machine Learning
glyphapi.dev
Retrieves documents after a training cutoff, ranks by similarity, and synthesizes answers with inline citations, including visual glyph rendering of results.
ENDPOINT 1
https://fillin.glyphapi.dev/mcp
MCP server metadata
- Name
- fillin
- Version
- 1.27.0
Known tools 14
fillin_queryRetrieve documents published after a training cutoff, ranked by similarity.
Inferred read-onlyglyph_searchSame as fillin_query, but returns the result pieces rendered as **photo glyph** image(s) — dense, vision-readable pages — followed by a JSON citation index ({n, source, url, title, published_at, page}).
Inferred read-onlyretrieve_autoOne retrieval, auto-picked substrate — the MCP twin of HTTP POST /v1/retrieve with substrate="auto".
Potential side effectsencodeBring your own text -> the cheapest substrate for your reader — the MCP twin of HTTP POST /v1/encode.
Potential side effectsquery_cvesDaily snapshot of CVE / supply-chain advisories from NVD, GitHub Security Advisories, and OSV.
Inferred read-onlyquery_frontierDaily snapshot of frontier AI lab announcements + HuggingFace trending model releases.
Inferred read-onlyquery_marketsActive prediction markets across Polymarket, Kalshi, Manifold, and Metaculus.
Inferred read-onlyfillin_market_searchSearch the Fillin marketplace for minted (data + reasoning) assets matching your fingerprint.
Inferred read-onlyCONNECT 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.fillin]
url = "https://fillin.glyphapi.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fillin": {
"type": "http",
"url": "https://fillin.glyphapi.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fillin
Remote MCP URL: https://fillin.glyphapi.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": {
"fillin": {
"url": "https://fillin.glyphapi.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fillin": {
"type": "http",
"url": "https://fillin.glyphapi.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fillin",
"transport": "streamable-http",
"url": "https://fillin.glyphapi.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for glyphapi.dev was fetched 2026-08-02T21:56:50.688Z.
glyphapi.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.