com.borisinc/tools
com.borisinc/toolsPay-per-call AI tools over x402: web research, summarization, structured extraction (USDC, Base).
Tools · 3
Web research: searches the web and returns a concise cited brief answering your query. LLM-synthesized on independent hardware. Paid: $0.02 per call via x402 (payment in _meta['x402/payment']).
Summarize any text (up to ~24k chars) with optional focus. Paid: $0.01 per call via x402.
Extract structured JSON from unstructured text, guided by your schema description. Paid: $0.01 per call via x402.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.borisinc/tools": {
"url": "https://tools.borisinc.com/mcp/",
"transport": "streamable-http"
}
}
}