Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ node scripts/generate-readme.mjs

| Server | Description | Transport | Links |
|---|---|---|---|
| AgentServices | 37 MCP tools serving 54 x402-paid crypto/financial market data endpoints on Base — spot prices, OHLCV, on-chain metrics, FX, and bundled research synthesis for AI agents. | streamable-http | [Homepage](https://agentservices.to)<br>[GitHub](https://github.com/vbkotecha/aiservices-api) |
| BuyWhere | Real-time product search and price comparison across 15+ Singapore/SEA merchants (11M+ products). REST API + MCP server for AI agents. | stdio, streamable-http | [Homepage](https://buywhere.ai)<br>[GitHub](https://github.com/BuyWhere/buywhere-mcp)<br>[Package](https://www.npmjs.com/package/@buywhere/mcp-server) |
| AgentServices | x402-paid crypto/market data APIs with 37 MCP tools — BTC indicators, DeFi stats, macro data, exchange analytics | streamable-http | [Repo](https://github.com/vbkotecha/agentservices-api) · [Site](https://agentservices.to) · [MCP](https://api.agentservices.to/mcp) |
| The Stall | 191 pay-per-call data tools via x402 on Base — stocks, crypto/DeFi, macro, SEC filings, compliance, global news, social momentum. No API keys. | streamable-http | [Homepage](https://the-stall.intuitek.ai)<br>[GitHub](https://github.com/thebrierfox/the-stall) |
| Xquik MCP Server | MCP server for exploring Xquik's X data API and running source-backed X data workflows. | streamable-http | [Homepage](https://docs.xquik.com/mcp/overview)<br>[GitHub](https://github.com/Xquik-dev/x-twitter-scraper) |

Expand Down
5 changes: 5 additions & 0 deletions repositories.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/repos/contents#get-repository-content",
"status": "404"
}
16 changes: 16 additions & 0 deletions servers/data/agentservices/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"slug": "agentservices",
"name": "AgentServices",
"category": "data",
"description": "37 MCP tools serving 54 x402-paid crypto/financial market data endpoints on Base — spot prices, OHLCV, on-chain metrics, FX, and bundled research synthesis for AI agents.",
"homepage_url": "https://agentservices.to",
"repository_url": "https://github.com/vbkotecha/aiservices-api",
"transports": ["streamable-http"],
"tools": [
"crypto-spot-prices", "ohlcv-candles", "onchain-metrics", "fx-rates",
"market-depth", "token-info", "defi-pool-data", "gas-tracker",
"exchange-rates", "historical-prices", "market-cap", "trading-volume"
],
"license": "MIT",
"status": "active"
}