diff --git a/README.md b/README.md
index 30a5c94..d9d41cf 100644
--- a/README.md
+++ b/README.md
@@ -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)
[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)
[GitHub](https://github.com/BuyWhere/buywhere-mcp)
[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)
[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)
[GitHub](https://github.com/Xquik-dev/x-twitter-scraper) |
diff --git a/repositories.yaml b/repositories.yaml
new file mode 100644
index 0000000..8108542
--- /dev/null
+++ b/repositories.yaml
@@ -0,0 +1,5 @@
+{
+ "message": "Not Found",
+ "documentation_url": "https://docs.github.com/rest/repos/contents#get-repository-content",
+ "status": "404"
+}
diff --git a/servers/data/agentservices/server.json b/servers/data/agentservices/server.json
new file mode 100644
index 0000000..1c99fef
--- /dev/null
+++ b/servers/data/agentservices/server.json
@@ -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"
+}