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.ShieldCubed/agentic-pay · v0.1.1
Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
agentic-pay 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"agentic-pay": {
"command": "npx",
"args": [
"-y",
"@shieldcubed/agentic-pay"
]
}
}
}AGENTIC_PAY_AGENT_ID可选Identifier for this agent, used to look up its spend-limit policy in config.json.
AGENTIC_PAY_CONFIG可选Absolute path to your config.json (spend limits, API keys, static prices). Defaults to config/config.json in the install directory.
BTC_WIF可选secretWIF-encoded Bitcoin private key for the funding wallet. Only required if using the BTC rail.
ETH_RPC_URL可选EVM JSON-RPC endpoint URL. Only required if using the ETH/USDT/USDC rails.
ETH_PRIVATE_KEY可选secret0x-prefixed Ethereum private key for the funding wallet. Only required if using the ETH/USDT/USDC rails.
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.ShieldCubed/agentic-pay",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "agentic-pay",
"description": "Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.",
"repository": {
"url": "https://github.com/ShieldCubed/agentic-pay",
"source": "github"
},
"homepage": "https://aumnium.tech/agentic-pay",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@shieldcubed/agentic-pay",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "AGENTIC_PAY_AGENT_ID",
"description": "Identifier for this agent, used to look up its spend-limit policy in config.json."
},
{
"name": "AGENTIC_PAY_CONFIG",
"description": "Absolute path to your config.json (spend limits, API keys, static prices). Defaults to config/config.json in the install directory."
},
{
"name": "BTC_WIF",
"description": "WIF-encoded Bitcoin private key for the funding wallet. Only required if using the BTC rail.",
"isSecret": true
},
{
"name": "ETH_RPC_URL",
"description": "EVM JSON-RPC endpoint URL. Only required if using the ETH/USDT/USDC rails."
},
{
"name": "ETH_PRIVATE_KEY",
"description": "0x-prefixed Ethereum private key for the funding wallet. Only required if using the ETH/USDT/USDC rails.",
"isSecret": true
}
]
}
],
"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.ShieldCubed/agentic-pay",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ShieldCubed%2Fagentic-pay/versions/latest",
"isOfficial": true,
"status": "active"
}
}