# Saylor Innovations: pay-per-call data (remote · saylorinnovations.com)

180+ pay-per-call data APIs via x402, no API key: research, law, medical, security, markets, crypto.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `saylorinnovations.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-saylorinnovations-data/saylorinnovations.md), [page](https://verifymcp.io/servers/com-saylorinnovations-data/saylorinnovations)

## Channel facts

- Endpoint: `https://saylorinnovations.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-09-25.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 2338 tokens (~86/item across 27 items; 27 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 89% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 27 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 28 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Saylor Innovations: pay-per-call data MCP server?

Saylor Innovations: pay-per-call data is a hosted endpoint at https://saylorinnovations.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-saylorinnovations-data 'https://saylorinnovations.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-saylorinnovations-data": {
      "url": "https://saylorinnovations.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-saylorinnovations-data": {
      "type": "http",
      "url": "https://saylorinnovations.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-saylorinnovations-data]
url = "https://saylorinnovations.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-saylorinnovations-data --url 'https://saylorinnovations.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-saylorinnovations-data:
    url: "https://saylorinnovations.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-saylorinnovations-data": {
      "Transport": "http",
      "Url": "https://saylorinnovations.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-saylorinnovations-data -t streamable-http -u 'https://saylorinnovations.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-saylorinnovations-data": {
      "type": "http",
      "url": "https://saylorinnovations.com/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-09-25 (score 71)

First indexed and scored.

## MCP tools (27)

### `get_doi_report` (~73 tokens)

DOI Citation Report

Resolve a DOI into normalized publication metadata, citation text, identifiers and source links. Abstracts and full paper text are excluded. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `doi` (string, required): DOI identifier, optionally prefixed with https://doi.org/.

### `get_package_report` (~79 tokens)

npm Package Report

Inspect the latest npm package release: version, license, dependency counts, engine requirements, deprecation notice and source links. Does not download or execute package code. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `name` (string, required): Public npm package name, including @scope/name where applicable.

### `get_papers_report` (~71 tokens)

Publication Search

Find up to five publications with DOI identifiers, authors, publication years and citation counts. Returns metadata, not abstracts or full text. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `q` (string, required): Search terms, 2–160 characters.

### `get_npmsearch_report` (~67 tokens)

npm Package Search

Find up to five npm packages with versions, descriptions, registry ranking scores and source links for package discovery. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `q` (string, required): Search terms, 2–160 characters.

### `get_python_report` (~68 tokens)

Python Package Report

Inspect a Python package’s latest release, Python compatibility, declared dependencies, license metadata and PyPI-reported advisories. No code execution. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `name` (string, required): Public Python package name.

### `get_cve_report` (~84 tokens)

CVE Vulnerability Report

Resolve a CVE into its published description, status, CVSS metrics, weakness identifiers and vendor/reference links. This does not scan a system or prove safety. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `cve` (string, required): CVE identifier, for example CVE-2021-44228.

### `get_fx_report` (~92 tokens)

Reference Exchange Rates

Get daily reference exchange rates per one unit of a base currency, with observation date and currency codes. Not executable trading quotes. ECB source data is also available free from ecb.europa.eu. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `base` (string, required): Three-letter currency code supported by the ECB reference-rate feed, for example USD or EUR.

### `get_country_report` (~80 tokens)

Country Profile

Resolve a two-letter country code into its World Bank name, region, capital, income group and lending classification for data enrichment. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `country` (string, required): Two-letter country code supported by World Bank, for example US or GB. Aggregates are excluded.

### `get_economy_report` (~88 tokens)

Country Economic Indicators

Get up to five recent annual observations for population, GDP in current US dollars and consumer-price inflation. Includes years, units, source links and missing values. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input parameters:

- `country` (string, required): Two-letter country code supported by World Bank, for example US or GB. Aggregates are excluded.

### `verify_repository` (~149 tokens)

Verify a public repository build or test

Clone a public GitHub repository into a disposable Firecracker microVM, install dependencies, run one declared test, lint, or build script, and return structured logs plus the resolved commit. The service verifies execution, not semantic correctness; private repositories and arbitrary shell commands are not accepted. Costs $0.25 per attempt. Returns the paid HTTP endpoint and x402 instructions.

Input parameters:

- `packageManager` (string): Version 0.1 supports npm projects; auto selects npm.
- `ref` (string): Optional branch or tag to verify.
- `repository` (string, required): Public GitHub HTTPS repository URL.
- `task` (string, required): Bounded package script to run.
- `timeoutSeconds` (integer)

### `search_endpoints` (~161 tokens)

Search all paid API endpoints

Search the full Saylor catalog of 180+ pay-per-call data endpoints (x402, no account or API key): academic papers, U.S. case law/statutes/regulations, medical codes and drug facts, CVE/exploit intel, prediction markets, stocks and SEC data, web page to markdown, sanctions screening, dictionary, chemistry, books, Bible/Quran, live aircraft, museum art, crypto token/wallet/DeFi data and more. Free. Returns url, example call, price and description; then call get_endpoint for payment details.

Input parameters:

- `limit` (integer)
- `query` (string, required): What you need, e.g. "icd-10 code", "case law", "token price", "arxiv".

### `get_endpoint` (~70 tokens)

Get price and payment instructions for an endpoint

Given an endpoint URL from search_endpoints (with its parameters filled in), returns the exact resource URL, price and x402 payment instructions. The agent then pays over HTTP and receives the data. Free.

Input parameters:

- `url` (string, required): Full https://saylorinnovations.com/api/... URL including query parameters.

### `list_data_endpoints` (~46 tokens)

List live data endpoints

Everything buyable from this server: live Solana token, wallet, launch and market data, with prices and how to pay. Free — call this first to see what exists.

### `check_token_security` (~86 tokens)

Token security report

Security posture for a Solana token: mint and freeze authority, LP locked %, top-10 holder concentration, RugCheck named risks, and a 0-100 score. Costs $0.01. Returns the payment requirements and the URL to call once paid — an LLM cannot produce this from training data.

Input parameters:

- `mint` (string, required): Solana mint address (base58).

### `check_token_price` (~67 tokens)

Token price + liquidity

Fast price and liquidity for a Solana token from two independent sources, with the spread between them reported — a wide spread is itself a signal. Costs $0.001, the cheapest endpoint here, built for polling.

Input parameters:

- `mint` (string, required): Solana mint address (base58).

### `get_token_snapshot` (~67 tokens)

Full token snapshot

Complete Watchdog snapshot for a Solana token in one call: price, liquidity, holders, pairs, socials, security flags, and the security/liquidity/momentum/composite scores. Costs $0.005.

Input parameters:

- `mint` (string, required): Solana mint address (base58).

### `check_token_narrative` (~67 tokens)

Token narrative classification

Which meme/narrative category a token fits — ai, dog, cat, political, gaming, defi, infrastructure, frog, food, or memecoin — plus its socials. Costs $0.005.

Input parameters:

- `mint` (string, required): Solana mint address (base58).

### `check_token_holders` (~70 tokens)

Token holder breakdown

Top 20 holders by balance for a Solana token, with percent of supply and RugCheck's own insider label per wallet — deeper than the rolled-up top-10 percentage in check_token_security. Costs $0.01.

Input parameters:

- `mint` (string, required): Solana mint address (base58).

### `get_price_history` (~92 tokens)

Token price history (OHLCV)

OHLCV candles for a Solana token from its highest-liquidity pool — the only time-series data in this catalog; every other endpoint is a point-in-time snapshot. Costs $0.01.

Input parameters:

- `limit` (integer): Max candles returned. Default 100, max 500.
- `mint` (string, required): Solana mint address (base58).
- `timeframe` (string): Default hour.

### `compare_tokens` (~89 tokens)

Compare tokens

Watchdog scores for 2-10 Solana tokens side by side in one request. Priced per mint at $0.0015 — cheaper per mint than get_token_snapshot since the payload is lighter. Good for screening a watchlist in one call instead of one call per token.

Input parameters:

- `mints` (array, required): Solana mint addresses (base58), 2 to 10 of them.

### `get_trending_pools` (~44 tokens)

Trending Solana pools

Currently trending Solana pools with price, liquidity, volume and 24h change. Costs $0.01.

Input parameters:

- `limit` (integer): Max 50.

### `get_recent_launches` (~77 tokens)

Fresh Solana launches

Brand-new Solana pools, typically seconds to minutes old — the most perishable data here. Age, liquidity, buy/sell flow and conservative risk flags. Costs $0.005.

Input parameters:

- `maxAgeMinutes` (integer): Only pools younger than this.
- `minLiquidity` (integer): Filter out pools below this USD liquidity.

### `check_wallet` (~57 tokens)

Wallet intelligence report

On-chain profile for a Solana wallet: SOL balance, token positions, recent activity, sampled age, failed-transaction rate and behavioural flags. Costs $0.01.

Input parameters:

- `address` (string, required): Solana wallet address (base58).

### `search_guides` (~109 tokens)

Search guides

Search Saylor Innovations technical guides (crypto safety, DNS/domains, Linux, IoT/hardware, mining, web scraping, content growth). Free — no payment. Returns metadata only, never bodies.

Input parameters:

- `category` (string)
- `free_only` (boolean): Only guides that cost nothing.
- `limit` (integer)
- `query` (string): Free-text search over title, tags, category, summary.
- `tag` (string): Comma-separated; all must match.

### `get_guide` (~96 tokens)

Get a guide

Fetch a guide by id. Free guides return the full body immediately. Paid guides cost $0.01 in USDC/USDT/SOL on Solana or USDC on Base, Polygon or Arbitrum, via x402 — this returns the payment requirements rather than the body. Use the returned url with a PAYMENT-SIGNATURE header to complete payment.

Input parameters:

- `id` (string, required): Guide id, from search_guides.

### `list_bot_rentals` (~84 tokens)

List rentable trading bots

Trading bots available to rent for a fixed period, with prices and durations. The renter runs the bot themselves with their own exchange key or wallet — nothing is hosted and no credentials are sent to this server. Free to call. Note: no performance or profitability data exists for these bots, so none can be reported; automated trading risks total loss of the funded amount.

### `list_categories` (~28 tokens)

List categories and tags

Every category and tag in the catalog, with counts. Free. One call reveals the whole shape.

## Diagnostics

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

## Score history

- 2026-09-25: 71

## Common questions

### What is the Saylor Innovations: pay-per-call data MCP server?

Saylor Innovations: pay-per-call data is an MCP server listed in the public MCP registry as com.saylorinnovations/data. 180+ pay-per-call data APIs via x402, no API key: research, law, medical, security, markets, crypto. This page covers its hosted endpoint (https://saylorinnovations.com/mcp).

### Is the Saylor Innovations: pay-per-call data MCP server safe to use?

Saylor Innovations: pay-per-call data scores 71 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Saylor Innovations: pay-per-call data MCP server expose?

Saylor Innovations: pay-per-call data exposes 27 tools: get_doi_report, get_package_report, get_papers_report, get_npmsearch_report, get_python_report, and 22 more. Their descriptions and schemas cost roughly 2,161 tokens of context every time the server is loaded.

### Does the Saylor Innovations: pay-per-call data MCP server require authentication?

No. We connected to Saylor Innovations: pay-per-call data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Saylor Innovations: pay-per-call data MCP server still maintained?

Saylor Innovations: pay-per-call data is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://saylorinnovations.com/mcp
- Website: https://saylorinnovations.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-saylorinnovations-data/saylorinnovations.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-saylorinnovations-data/saylorinnovations.json
- HTML version of this page: https://verifymcp.io/servers/com-saylorinnovations-data/saylorinnovations
