What is the com.agishub/ai-toolkit MCP server?
AI tools for agents: chat, summarize, classify, entity extraction, embeddings, transcription. x402
How to install com.agishub/ai-toolkit
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-toolkit": {
"url": "https://api.agishub.com/mcp/ai"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-toolkit": {
"serverUrl": "https://api.agishub.com/mcp/ai"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-toolkit": {
"type": "http",
"url": "https://api.agishub.com/mcp/ai"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ai-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agishub.com/mcp/ai"
]
}
}
}Claude Code
claude mcp add --transport http ai-toolkit https://api.agishub.com/mcp/aiRelated MCP servers
com.agishub/agent-memory
Active
Persistent semantic memory for AI agents: store and recall text by meaning (RAG). x402
1
View repository →TypeScript
MIT
Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
1
View repository →TypeScript
MIT
com.agishub/mcp
Active
AgisHub — pay-per-call tools for AI agents over x402 (USDC on Base). No API key.
1
View repository →TypeScript
MIT
Timezone tools for agents: convert, world clock, offset, lookup, date math, holidays, slots. x402
1
View repository →TypeScript
MIT
com.agishub/web-scraper
Active
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
1
View repository →TypeScript
MIT
Fire-and-forget webhooks for agents with guaranteed, retried delivery and status polling. x402
1
View repository →TypeScript
MIT