# AgentServices (remote · agentservices.to)

52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence.

- Trust score: 59/100 (low)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

> **Recent critical change**: TLS certificate (2026-07-28). See the changelog below before you install this server.

## Components

- remote · `agentservices.to`: 59/100 (this document), [markdown](https://verifymcp.io/servers/to-agentservices-agentservices/agentservices.md), [page](https://verifymcp.io/servers/to-agentservices-agentservices/agentservices)

## Channel facts

- Endpoint: `https://agentservices.to/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `5.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 37 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the TLS certificate failed verification.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1724 tokens (~44/item across 39 items; 37 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 86% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http to-agentservices-agentservices https://agentservices.to/mcp
```

### Codex

```toml
[mcp_servers.to-agentservices-agentservices]
url = "https://agentservices.to/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "to-agentservices-agentservices": {
      "type": "remote",
      "url": "https://agentservices.to/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add to-agentservices-agentservices --url https://agentservices.to/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  to-agentservices-agentservices:
    url: "https://agentservices.to/mcp"
```

### Other

```json
{
  "mcpServers": {
    "to-agentservices-agentservices": {
      "type": "http",
      "url": "https://agentservices.to/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 59, +19)

- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 37 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] Tool coverage: unverified → 100
- [functional] New resource “Live Crypto Prices”
- [functional] New resource “Dispute Policy Templates”
- [functional] New tool “resolve_dispute”
- [functional] New tool “whale_tracking”
- [functional] New tool “web_extract”
- [functional] New tool “url_metadata”
- [functional] New tool “token_risk”
- [functional] New tool “technical_indicators”
- [functional] New tool “stock_quote”
- [functional] New tool “stock_history”
- [functional] New tool “stablecoin_flows”
- [functional] New tool “seo_keywords”
- [functional] New tool “sec_filings”
- [functional] New tool “agent_context”
- [functional] New tool “portfolio_intelligence”
- [functional] New tool “package_security”
- [functional] New tool “onchain_overview”
- [functional] New tool “marketing_trends”
- [functional] New tool “marketing_sentiment”
- [functional] New tool “marketing_ad_copy”
- [functional] New tool “market_pulse”
- [functional] New tool “macro_indicators”
- [functional] New tool “llm_inference”
- [functional] New tool “list_policies”
- [functional] New tool “liquidation_map”
- [functional] New tool “ip_geolocation”
- [functional] New tool “github_velocity”
- [functional] New tool “fx_rates”
- [functional] New tool “fear_greed”
- [functional] New tool “exchange_flows”
- [functional] New tool “defi_yields”
- [functional] New tool “defi_tvl”
- [functional] New tool “defi_strategy”
- [functional] New tool “deep_research”
- [functional] New tool “crypto_signals”
- [functional] New tool “crypto_prices”
- [functional] New tool “correlation_matrix”
- [functional] New tool “commodities”
- [functional] New tool “arbitrage_scanner”

### 2026-08-02 (score 40, 0)

- [security improvement] HSTS header: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.

### 2026-08-01 (score 40, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.17 → unverified
- [security regression] Transport: pass → fail
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 40, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, +32)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 33, −17)

- [security regression] A breaking change shipped without a version bump: still 5.3.0
- [security regression] Tool “whale_tracking” was removed
- [security regression] Tool “web_extract” was removed
- [security regression] Tool “url_metadata” was removed
- [security regression] Tool “token_risk” was removed
- [security regression] Tool “technical_indicators” was removed
- [security regression] Tool “stock_quote” was removed
- [security regression] Tool “stock_history” was removed
- [security regression] Tool “stablecoin_flows” was removed
- [security regression] Tool “seo_keywords” was removed
- [security regression] Tool “sec_filings” was removed
- [security regression] Tool “commodities” was removed
- [security regression] Tool “arbitrage_scanner” was removed
- [security regression] Tool “agent_context” was removed
- [security regression] Tool “resolve_dispute” was removed
- [security regression] Tool “portfolio_intelligence” was removed
- [security regression] Tool “package_security” was removed
- [security regression] Tool “onchain_overview” was removed
- [security regression] Tool “marketing_trends” was removed
- [security regression] Tool “marketing_sentiment” was removed
- [security regression] Tool “marketing_ad_copy” was removed
- [security regression] Tool “market_pulse” was removed
- [security regression] Tool “macro_indicators” was removed
- [security regression] Tool “llm_inference” was removed
- [security regression] Tool “list_policies” was removed
- [security regression] Tool “liquidation_map” was removed
- [security regression] Tool “ip_geolocation” was removed
- [security regression] Tool “github_velocity” was removed
- [security regression] Tool “fx_rates” was removed
- [security regression] Tool “fear_greed” was removed
- [security regression] Tool “exchange_flows” was removed
- [security regression] Tool “defi_yields” was removed
- [security regression] Tool “defi_tvl” was removed
- [security regression] Tool “defi_strategy” was removed
- [security regression] Tool “deep_research” was removed
- [security regression] Tool “crypto_signals” was removed
- [security regression] Tool “crypto_prices” was removed
- [security regression] Tool “correlation_matrix” was removed
- [security improvement] TLS certificate: fail → pass
- [functional regression] Schema quality: fail → unverified
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] Schema quality: 44 → 15
- [functional improvement] Stability: unverified → 0.10
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Score status: failed → scored
- [functional] Schema quality: good → poor
- [functional] MCP protocol: Spec recency not yet verifiable: advertises MCP spec 2026-07-28, newer than any spec we recognize (2025-11-25).

### 2026-07-28 (score 50, 0)

- [critical regression] TLS certificate: pass → fail
- [critical regression] Score status: scored → failed
- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.03 → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] Capabilities: Capabilities not yet verified: we couldn't read the endpoint's capabilities.

### 2026-07-27 (score 50, +18)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (37)

### `crypto_prices` (~41 tokens)

Get Crypto Prices

Get current crypto prices for one or more symbols (FREE)

Input parameters:

- `symbols` (string): Comma-separated crypto symbols (e.g. BTC,ETH,SOL)

### `technical_indicators` (~48 tokens)

Technical Indicators Analysis

Get technical indicators (RSI, MACD, Bollinger Bands) for a crypto symbol ($0.02 x402)

Input parameters:

- `symbol` (string, required): Crypto symbol (e.g. BTC)

### `defi_yields` (~35 tokens)

DeFi Yield Pools

Get top DeFi yield pools ranked by TVL ($0.02 x402)

Input parameters:

- `limit` (integer): Max results

### `fear_greed` (~20 tokens)

Fear & Greed Index

Get crypto Fear & Greed sentiment index (FREE)

### `ip_geolocation` (~41 tokens)

IP Geolocation Lookup

Get geolocation data for an IP address (FREE)

Input parameters:

- `ip` (string, required): IP address (e.g. 1.2.3.4)

### `url_metadata` (~38 tokens)

URL Metadata Extractor

Extract metadata from a URL — title, description, images ($0.01 x402)

Input parameters:

- `url` (string, required): URL to extract metadata from

### `resolve_dispute` (~121 tokens)

AI Dispute Resolution

Submit a dispute for AI-powered policy-driven ruling. 7 policy templates available ($0.05 x402)

Input parameters:

- `claim` (string): What happened
- `claimant` (string, required): Plaintiff address or agent ID
- `desired_remedy` (string): What the claimant wants
- `evidence` (array): Evidence items
- `policy` (string, required): Policy template: freelance-delivery, milestone-payment, sla-monitoring, api-quality, bug-bounty, scope-dispute, physical-commerce
- `respondent` (string, required): Respondent address or agent ID

### `list_policies` (~19 tokens)

List Dispute Policies

List all available dispute resolution policy templates (FREE)

### `marketing_sentiment` (~41 tokens)

Brand Sentiment Analysis

AI-powered brand sentiment analysis across platforms (FREE beta)

Input parameters:

- `brand` (string, required): Brand name to analyze
- `platforms` (array): Platforms to check

### `marketing_trends` (~44 tokens)

Marketing Trends Detection

Detect trending marketing topics in any industry (FREE beta)

Input parameters:

- `industry` (string, required): Industry (e.g. fintech, ecommerce)
- `limit` (integer): Max results

### `marketing_ad_copy` (~64 tokens)

Ad Copy Generator

Generate ad copy for Google, Meta, TikTok, or Taboola (FREE beta)

Input parameters:

- `count` (integer): Number of variations
- `platform` (string): Ad platform
- `product` (string, required): Product/service name
- `tone` (string): Tone

### `whale_tracking` (~28 tokens)

Whale Transaction Tracker

Large whale transactions on BTC (>=10 BTC) and ETH chains ($0.02 x402)

### `exchange_flows` (~30 tokens)

Exchange Flow Monitor

CEX reserve flows and 24h changes from DeFi Llama ($0.02 x402)

### `correlation_matrix` (~25 tokens)

Asset Correlation Matrix

30-day Pearson correlation matrix across top crypto assets ($0.03 x402)

### `defi_tvl` (~48 tokens)

DeFi Protocol TVL

Top DeFi protocols ranked by TVL from DeFi Llama ($0.02 x402)

Input parameters:

- `chain` (string): Filter by chain
- `limit` (integer): Max results

### `stablecoin_flows` (~24 tokens)

Stablecoin Supply Monitor

Stablecoin market caps and supply data ($0.02 x402)

### `github_velocity` (~44 tokens)

GitHub Velocity Tracker

Trending crypto/web3 GitHub repos with velocity scores ($0.02 x402)

Input parameters:

- `language` (string): Filter by language
- `limit` (integer): Max results

### `agent_context` (~22 tokens)

Agent Market Context

Paste-ready multi-source market context for LLM system prompts (FREE)

### `macro_indicators` (~27 tokens)

Macro Economic Indicators

Macro economic indicators: global market cap, dominance, derivatives ($0.02 x402)

### `llm_inference` (~91 tokens)

LLM Inference Gateway

LLM inference gateway — chat completions via gpt-5.4/5.4-mini/5.5 ($0.03 x402)

Input parameters:

- `max_tokens` (integer)
- `messages` (array, required): Chat messages [{role, content}]
- `model` (string): gpt-5.4, gpt-5.4-mini, or gpt-5.5

### `token_risk` (~44 tokens)

Token Risk Assessment

Token risk scoring — volatility, liquidity, market cap analysis ($0.03 x402)

Input parameters:

- `token` (string, required): CoinGecko token ID (e.g. bitcoin)

### `crypto_signals` (~44 tokens)

Crypto Trading Signals

Crypto buy/sell signals from RSI, moving averages, Bollinger Bands ($0.04 x402)

Input parameters:

- `symbol` (string, required): Symbol (BTC, ETH, etc.)

### `stock_quote` (~41 tokens)

Stock Quote Lookup

Real-time stock market quote from Yahoo Finance ($0.02 x402)

Input parameters:

- `ticker` (string, required): Stock ticker (e.g. AAPL, TSLA)

### `stock_history` (~62 tokens)

Stock Price History

Historical OHLCV stock data ($0.03 x402)

Input parameters:

- `range` (string): 1d, 5d, 1mo, 3mo, 6mo, 1y, 5y
- `ticker` (string, required)

### `sec_filings` (~49 tokens)

SEC Filings Parser

SEC filings parser — 10-K, 10-Q, 8-K from EDGAR ($0.03 x402)

Input parameters:

- `filing_type` (string)
- `ticker` (string, required)

### `commodities` (~26 tokens)

Commodity Prices

Commodity prices — oil, gold, silver, copper, wheat ($0.03 x402)

### `fx_rates` (~34 tokens)

FX Exchange Rates

Real-time FX/forex rates for 30+ currencies ($0.003 x402)

Input parameters:

- `base` (string)

### `web_extract` (~40 tokens)

Web Content Extractor

Extract clean text from any URL — strips ads, nav, scripts ($0.002 x402)

Input parameters:

- `url` (string, required): URL to extract content from

### `package_security` (~43 tokens)

Package Security Scanner

Check PyPI/npm package for known vulnerabilities ($0.02 x402)

Input parameters:

- `ecosystem` (string): PyPI or npm
- `package` (string, required): Package name

### `seo_keywords` (~30 tokens)

SEO Keyword Research

SEO keyword research with volume estimates and competition ($0.01 x402)

Input parameters:

- `keyword` (string, required)

### `deep_research` (~54 tokens)

Deep Research Intelligence

Deep research — search web + extract content + synthesize intelligence brief ($0.05 x402)

Input parameters:

- `q` (string, required): Research query
- `sources` (integer): Number of sources to analyze (max 5)

### `portfolio_intelligence` (~49 tokens)

Portfolio Intelligence Report

Portfolio intelligence — price + technical signal + risk score + market sentiment in one call ($0.10 x402)

Input parameters:

- `symbol` (string, required): Crypto symbol (BTC, ETH, SOL, etc.)

### `defi_strategy` (~64 tokens)

DeFi Strategy Report

DeFi strategy report — top yields + protocol TVL + cross-chain comparison + risk assessment with high-APY flags ($0.25 x402)

Input parameters:

- `chain` (string): Filter by chain (ethereum, arbitrum, base, solana). Empty = all chains.

### `market_pulse` (~39 tokens)

Market Pulse Snapshot

Market pulse — Fear & Greed + trending tokens + news + social + whale movements + global market in one snapshot ($0.05 x402)

### `onchain_overview` (~41 tokens)

On-Chain Intelligence Report

On-chain intelligence — whale movements + exchange flows + stablecoin flows + correlation matrix + DeFi TVL in one report ($0.15 x402)

### `arbitrage_scanner` (~91 tokens)

Cross-DEX Arbitrage Scanner

Cross-DEX arbitrage scanner — compares token prices across exchanges, models gas-adjusted profitability at different trade sizes, estimates slippage, flags actionable opportunities ($0.08 x402)

Input parameters:

- `symbols` (string): Comma-separated token symbols to scan (e.g. 'BTC,ETH,SOL,USDC'). Default: 'BTC,ETH,SOL,USDC,WETH,WBTC'

### `liquidation_map` (~92 tokens)

DeFi Liquidation Map

DeFi liquidation heatmap — calculates liquidation prices across Aave V3, Compound V3, and MakerDAO for any token. Models cascading liquidation risk, estimates volume at risk, flags critical price zones ($0.12 x402)

Input parameters:

- `symbols` (string): Comma-separated token symbols to analyze (e.g. 'BTC,ETH,LINK'). Default: 'BTC,ETH,LINK,AAVE,UNI'

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/to-agentservices-agentservices/agentservices#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 40
- 2026-08-01: 40
- 2026-07-31: 40
- 2026-07-30: 65
- 2026-07-29: 33
- 2026-07-28: 50
- 2026-07-27: 50
- 2026-07-26: 32

## Links

- Remote endpoint: https://agentservices.to/mcp
- Repository: https://github.com/vbkotecha/aiservices-api
- Website: https://agentservices.to/
- Changelog RSS feed: https://verifymcp.io/servers/to-agentservices-agentservices/agentservices/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/to-agentservices-agentservices/agentservices/changelog.json
- HTML version of this page: https://verifymcp.io/servers/to-agentservices-agentservices/agentservices
