uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
io.github.noamjose/schemasure · v0.3.0
Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.
SchemaSure — structured extraction 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"schemasure": {
"command": "npx",
"args": [
"-y",
"@noamjose/schemasure"
]
}
}
}SCHEMASURE_API_URL可选Base URL of SchemaSure. Text has free V1 evaluation without a wallet; image extraction is V2-only and always requires a wallet.
SCHEMASURE_TIMEOUT_MS可选Per-call request timeout in milliseconds.
SCHEMASURE_PRIVATE_KEY可选secretOptional 0x-prefixed EVM key. Enables paid x402 V2 text and image calls; signs Base USDC payments locally. Never sent to SchemaSure.
SCHEMASURE_MAX_PRICE_USD可选Client-side spend cap in USD per call (paid mode). The client refuses to pay more than this, even if the server advertises a higher price.
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "io.github.noamjose/schemasure",
"type": "mcp-server",
"version": "0.3.0",
"displayName": "SchemaSure — structured extraction",
"description": "Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.",
"repository": {
"url": "https://github.com/noamjose/schemasure",
"source": "github"
},
"homepage": "https://schemasure.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@noamjose/schemasure",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SCHEMASURE_API_URL",
"description": "Base URL of SchemaSure. Text has free V1 evaluation without a wallet; image extraction is V2-only and always requires a wallet."
},
{
"name": "SCHEMASURE_TIMEOUT_MS",
"description": "Per-call request timeout in milliseconds."
},
{
"name": "SCHEMASURE_PRIVATE_KEY",
"description": "Optional 0x-prefixed EVM key. Enables paid x402 V2 text and image calls; signs Base USDC payments locally. Never sent to SchemaSure.",
"isSecret": true
},
{
"name": "SCHEMASURE_MAX_PRICE_USD",
"description": "Client-side spend cap in USD per call (paid mode). The client refuses to pay more than this, even if the server advertises a higher price."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.noamjose/schemasure",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.noamjose%2Fschemasure/versions/latest",
"isOfficial": true,
"status": "active"
}
}