From e226bae9baa27e6051e9950633d5bfedc8b99c4f Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Tue, 7 Jul 2026 13:05:23 -0700 Subject: [PATCH 1/4] =?UTF-8?q?Add=20AgentServices=20=E2=80=94=2050=20x402?= =?UTF-8?q?=20APIs=20for=20AI=20agents=20(crypto=20data,=20market=20intell?= =?UTF-8?q?igence,=20DeFi=20analytics)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp-registry/servers/agentservices.json | 104 ++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 mcp-registry/servers/agentservices.json diff --git a/mcp-registry/servers/agentservices.json b/mcp-registry/servers/agentservices.json new file mode 100644 index 0000000..108e0ed --- /dev/null +++ b/mcp-registry/servers/agentservices.json @@ -0,0 +1,104 @@ +{ + "name": "agentservices", + "display_name": "AgentServices — APIs for AI Agents", + "description": "Paid APIs for AI agents via x402. 50 services covering crypto data, market intelligence, DeFi analytics, on-chain data, portfolio intelligence, and AI inference. Agents discover and pay per-call using USDC micropayments.", + "repository": { + "type": "git", + "url": "https://github.com/vbkotecha/aiservices-api" + }, + "homepage": "https://agentservices.to", + "author": { + "name": "Vivek Kotecha", + "url": "https://agentservices.to" + }, + "license": "MIT", + "categories": [ + "Finance", + "Analytics", + "Web Services" + ], + "tags": [ + "x402", + "crypto", + "defi", + "market-data", + "onchain", + "micropayments", + "usdc", + "base", + "portfolio", + "inference", + "agents" + ], + "installations": { + "http": { + "type": "http", + "url": "https://agentservices.to/mcp", + "recommended": true, + "description": "Remote MCP server with x402 payments. Free tools available without payment. Paid tools require USDC on Base via x402 protocol." + } + }, + "tools": [ + { + "name": "crypto_prices", + "description": "Get current prices for any cryptocurrency (FREE)" + }, + { + "name": "indicators", + "description": "Technical indicators (RSI, MACD, MA, Bollinger Bands) for any token ($0.02)" + }, + { + "name": "defi_yields", + "description": "Live DeFi yield rates across protocols ($0.02)" + }, + { + "name": "fear_greed", + "description": "Crypto Fear & Greed Index (FREE)" + }, + { + "name": "search", + "description": "Web search optimized for agents ($0.01)" + }, + { + "name": "market_pulse", + "description": "Aggregated market overview: fear-greed + trending + news + social + whales ($0.05)" + }, + { + "name": "portfolio_intelligence", + "description": "Portfolio analysis: price + signal + risk + sentiment + verdict ($0.10)" + }, + { + "name": "defi_strategy", + "description": "DeFi investment report: yields + TVL + comparison + risk ($0.25)" + }, + { + "name": "onchain_overview", + "description": "On-chain analytics: whales + exchange flows + stablecoin flows + correlation ($0.15)" + }, + { + "name": "deep_research", + "description": "Deep research: search + extract + synthesize in one call ($0.05)" + }, + { + "name": "inference", + "description": "AI inference via OpenAI-compatible API ($0.03)" + } + ], + "examples": [ + { + "title": "Check Crypto Prices", + "description": "Get current prices for BTC, ETH, or any token (free, no payment needed)", + "prompt": "What's the current price of Bitcoin?" + }, + { + "title": "Market Intelligence Report", + "description": "Get a comprehensive market overview including fear-greed, trending tokens, whale activity, and news", + "prompt": "Give me a crypto market pulse report" + }, + { + "title": "Portfolio Analysis", + "description": "Analyze a crypto holding with price, technical signals, risk assessment, and sentiment", + "prompt": "Analyze my BTC portfolio — is it a good time to hold or sell?" + } + ] +} From 0fedb979fc983209ed41c9144b6e2b3e84b3f819 Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Tue, 7 Jul 2026 14:05:32 -0700 Subject: [PATCH 2/4] Fix tool count description + tool name alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Clarify 11 highlighted tools of 50 total services - Fix: indicators → technical_indicators (match upstream MCP name) - Add note about free tier (11 free, 39 paid) - Address qodo review feedback on PR #358 --- mcp-registry/servers/agentservices.json | 35 +++++++------------------ 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/mcp-registry/servers/agentservices.json b/mcp-registry/servers/agentservices.json index 108e0ed..ce342db 100644 --- a/mcp-registry/servers/agentservices.json +++ b/mcp-registry/servers/agentservices.json @@ -1,7 +1,7 @@ { "name": "agentservices", "display_name": "AgentServices — APIs for AI Agents", - "description": "Paid APIs for AI agents via x402. 50 services covering crypto data, market intelligence, DeFi analytics, on-chain data, portfolio intelligence, and AI inference. Agents discover and pay per-call using USDC micropayments.", + "description": "Remote MCP server with 50 API services for AI agents, paid via x402 (USDC on Base). Covers crypto data, technical indicators, DeFi analytics, market intelligence, portfolio intelligence, on-chain data, and AI inference. Free tier available. The tools array below highlights 11 representative tools; 50 services are available in total.", "repository": { "type": "git", "url": "https://github.com/vbkotecha/aiservices-api" @@ -35,7 +35,7 @@ "type": "http", "url": "https://agentservices.to/mcp", "recommended": true, - "description": "Remote MCP server with x402 payments. Free tools available without payment. Paid tools require USDC on Base via x402 protocol." + "description": "Remote MCP server with x402 payments. 11 free tools available without payment. 39 paid tools require USDC on Base via x402 protocol. See full list at agentservices.to." } }, "tools": [ @@ -44,7 +44,7 @@ "description": "Get current prices for any cryptocurrency (FREE)" }, { - "name": "indicators", + "name": "technical_indicators", "description": "Technical indicators (RSI, MACD, MA, Bollinger Bands) for any token ($0.02)" }, { @@ -65,40 +65,23 @@ }, { "name": "portfolio_intelligence", - "description": "Portfolio analysis: price + signal + risk + sentiment + verdict ($0.10)" + "description": "Full portfolio analysis: price + technical signal + risk score + market sentiment ($0.10)" }, { "name": "defi_strategy", - "description": "DeFi investment report: yields + TVL + comparison + risk ($0.25)" + "description": "DeFi investment report: top yields + protocol TVL + cross-chain comparison + risk assessment ($0.25)" }, { "name": "onchain_overview", - "description": "On-chain analytics: whales + exchange flows + stablecoin flows + correlation ($0.15)" - }, - { - "name": "deep_research", - "description": "Deep research: search + extract + synthesize in one call ($0.05)" + "description": "On-chain analytics: whale movements + exchange flows + stablecoin flows + correlation matrix ($0.15)" }, { "name": "inference", - "description": "AI inference via OpenAI-compatible API ($0.03)" - } - ], - "examples": [ - { - "title": "Check Crypto Prices", - "description": "Get current prices for BTC, ETH, or any token (free, no payment needed)", - "prompt": "What's the current price of Bitcoin?" - }, - { - "title": "Market Intelligence Report", - "description": "Get a comprehensive market overview including fear-greed, trending tokens, whale activity, and news", - "prompt": "Give me a crypto market pulse report" + "description": "LLM inference via OpenAI-compatible endpoint — GPT models proxied with x402 payment ($0.03)" }, { - "title": "Portfolio Analysis", - "description": "Analyze a crypto holding with price, technical signals, risk assessment, and sentiment", - "prompt": "Analyze my BTC portfolio — is it a good time to hold or sell?" + "name": "deep_research", + "description": "Deep research: search + extract + synthesize in one call for comprehensive analysis ($0.05)" } ] } From d09a3ef579152f0bbdf737204ed2a1b6dc754afb Mon Sep 17 00:00:00 2001 From: HustleMode AI Date: Tue, 7 Jul 2026 22:03:00 +0000 Subject: [PATCH 3/4] Address review: remove hardcoded service count per Copilot feedback --- mcp-registry/servers/agentservices.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mcp-registry/servers/agentservices.json b/mcp-registry/servers/agentservices.json index ce342db..25c3651 100644 --- a/mcp-registry/servers/agentservices.json +++ b/mcp-registry/servers/agentservices.json @@ -1,7 +1,7 @@ { "name": "agentservices", - "display_name": "AgentServices — APIs for AI Agents", - "description": "Remote MCP server with 50 API services for AI agents, paid via x402 (USDC on Base). Covers crypto data, technical indicators, DeFi analytics, market intelligence, portfolio intelligence, on-chain data, and AI inference. Free tier available. The tools array below highlights 11 representative tools; 50 services are available in total.", + "display_name": "AgentServices \u2014 APIs for AI Agents", + "description": "Remote MCP server with x402-paid APIs for AI agents: crypto data, technical indicators, DeFi analytics, market intelligence, portfolio intelligence, on-chain data, and AI inference. Free tier available. Tools listed below are representative highlights; full catalog at agentservices.to.", "repository": { "type": "git", "url": "https://github.com/vbkotecha/aiservices-api" @@ -35,7 +35,7 @@ "type": "http", "url": "https://agentservices.to/mcp", "recommended": true, - "description": "Remote MCP server with x402 payments. 11 free tools available without payment. 39 paid tools require USDC on Base via x402 protocol. See full list at agentservices.to." + "description": "Remote MCP server with x402 payments. Multiple free tools available without payment. Paid tools require USDC on Base via x402 protocol. See full catalog at agentservices.to." } }, "tools": [ @@ -77,11 +77,11 @@ }, { "name": "inference", - "description": "LLM inference via OpenAI-compatible endpoint — GPT models proxied with x402 payment ($0.03)" + "description": "LLM inference via OpenAI-compatible endpoint \u2014 GPT models proxied with x402 payment ($0.03)" }, { "name": "deep_research", "description": "Deep research: search + extract + synthesize in one call for comprehensive analysis ($0.05)" } ] -} +} \ No newline at end of file From 62e0d78879034cee5d990500d1a69b4998418450 Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Wed, 15 Jul 2026 03:07:10 +0000 Subject: [PATCH 4/4] Fix tool names to match upstream MCP server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses Copilot review feedback: - Fix stale tool name: search → web_extract (no 'search' tool exists upstream) - Fix stale tool name: inference → llm_inference (matches actual MCP tool name) - Add missing tools flagged as out of sync: ip_geolocation, url_metadata, web_extract, stock_quote, fx_rates, crypto_signals, agent_context - Expand description to include stock market and web utilities categories - All 17 tools now match upstream MCP manifest exactly --- mcp-registry/servers/agentservices.json | 38 ++++++++++++++++++++----- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/mcp-registry/servers/agentservices.json b/mcp-registry/servers/agentservices.json index 25c3651..a7e9efd 100644 --- a/mcp-registry/servers/agentservices.json +++ b/mcp-registry/servers/agentservices.json @@ -1,7 +1,7 @@ { "name": "agentservices", - "display_name": "AgentServices \u2014 APIs for AI Agents", - "description": "Remote MCP server with x402-paid APIs for AI agents: crypto data, technical indicators, DeFi analytics, market intelligence, portfolio intelligence, on-chain data, and AI inference. Free tier available. Tools listed below are representative highlights; full catalog at agentservices.to.", + "display_name": "AgentServices — APIs for AI Agents", + "description": "Remote MCP server with x402-paid APIs for AI agents: crypto data, technical indicators, DeFi analytics, market intelligence, portfolio intelligence, on-chain data, stock market, web utilities, and AI inference. Free tier available. Tools listed below are representative highlights; full catalog at agentservices.to.", "repository": { "type": "git", "url": "https://github.com/vbkotecha/aiservices-api" @@ -56,8 +56,28 @@ "description": "Crypto Fear & Greed Index (FREE)" }, { - "name": "search", - "description": "Web search optimized for agents ($0.01)" + "name": "ip_geolocation", + "description": "Get geolocation data for an IP address (FREE)" + }, + { + "name": "url_metadata", + "description": "Extract metadata from a URL — title, description, images ($0.01)" + }, + { + "name": "web_extract", + "description": "Extract clean text from any URL — strips ads, nav, scripts ($0.002)" + }, + { + "name": "stock_quote", + "description": "Real-time stock market quote from Yahoo Finance ($0.02)" + }, + { + "name": "fx_rates", + "description": "Real-time FX/forex rates for 30+ currencies ($0.003)" + }, + { + "name": "crypto_signals", + "description": "Crypto buy/sell signals from RSI, moving averages, Bollinger Bands ($0.04)" }, { "name": "market_pulse", @@ -76,12 +96,16 @@ "description": "On-chain analytics: whale movements + exchange flows + stablecoin flows + correlation matrix ($0.15)" }, { - "name": "inference", - "description": "LLM inference via OpenAI-compatible endpoint \u2014 GPT models proxied with x402 payment ($0.03)" + "name": "llm_inference", + "description": "LLM inference via OpenAI-compatible endpoint — GPT models proxied with x402 payment ($0.03)" }, { "name": "deep_research", "description": "Deep research: search + extract + synthesize in one call for comprehensive analysis ($0.05)" + }, + { + "name": "agent_context", + "description": "Paste-ready multi-source market context for LLM system prompts (FREE)" } ] -} \ No newline at end of file +}