MCP Server
Maintained
AI Text Summarizer API MCP Server
io.github.Br0ski777/ai-summarizer
What is the AI Text Summarizer API MCP server?
Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.
How to install AI Text Summarizer API
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-summarizer": {
"url": "https://ai-summarizer.api.klymax402.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-summarizer": {
"serverUrl": "https://ai-summarizer.api.klymax402.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-summarizer": {
"type": "http",
"url": "https://ai-summarizer.api.klymax402.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ai-summarizer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai-summarizer.api.klymax402.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport sse ai-summarizer https://ai-summarizer.api.klymax402.com/mcpRelated MCP servers
Cron Parser API
Maintained
Parse, validate and explain cron expressions. Get next run times. x402 micropayment.
1
View repository →TypeScript
HL Portfolio API
Maintained
Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.
1
View repository →TypeScript
Address Validator API
Maintained
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
0
View repository →TypeScript
Airdrop Checker API
Maintained
Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402.
0
View repository →TypeScript
Barcode Generator API
Maintained
Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.
0
View repository →TypeScript
Base DeFi Yield Optimizer API
Maintained
Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402.
0
View repository →TypeScript