← Registry

API Tools

saylorinnovations.com

MCP server for searching and retrieving marketplace resource listings, pricing, and provider details via API.

x402 supported2 endpoints35 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://bazaar.saylorinnovations.com/mcp

No auth detected

MCP server metadata

Name
agent-bazaar
Version
0.4.0
Capabilities
tools
Server instructions

Agent Bazaar: search and inspect x402-payable resources. Payment itself happens directly against the resource, not through this MCP server.

Known tools 8

search_resources

Search the marketplace by keyword and/or filters (network, asset, scheme, payTo, maxUsdPrice).

Inferred read-only
get_resource

Fetch one resource's full record by slug or numeric id: description, accepts[], output schema, quality signal, and agent-first metadata where the provider supplied it.

Inferred read-only
get_pricing

Get just the price/accepts[] for a resource, without the full record — cheaper for an agent that only needs to decide whether it can afford something.

Inferred read-only
discover_provider

List every resource published by a given provider host.

Inferred read-only
list_resources

Paginated listing of every indexed resource, ranked by 30-day call volume (or recency with sort="recent").

Inferred read-only
get_stats

Catalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.

Inferred read-only
discover_agents

Search or list the A2A agent registry — other agents’ cards (name, skills, provider, protocol version), not Agent Bazaar’s own.

Inferred read-only
get_agent

Fetch one registered agent's full card by slug or numeric id.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-bazaar]
url = "https://bazaar.saylorinnovations.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-bazaar": {
      "type": "http",
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-bazaar
Remote MCP URL: https://bazaar.saylorinnovations.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-bazaar": {
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-bazaar": {
      "type": "http",
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-bazaar",
  "transport": "streamable-http",
  "url": "https://bazaar.saylorinnovations.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://saylorinnovations.com/mcp

No auth detected

MCP server metadata

Name
saylor-innovations-guides
Version
1.1.0
Capabilities
tools
Server instructions

Start with search_endpoints: 180+ pay-per-call data endpoints (research papers, law, medical reference, security, markets, crypto, web reading, language, science and more), then get_endpoint for payment details. Also, both payable by agents over x402 in USDC/USDT/SOL on Solana or USDC on Base, Polygon or Arbitrum — no account or API key. (1) Live Solana token, wallet and market intelligence from $0.001/request — start with list_data_endpoints, then check_token_price / get_token_snapshot / check_token_security / check_token_holders / get_price_history / compare_tokens / check_wallet / get_recent_launches / get_trending_pools. (2) Technical guides at $0.01 each, searchable free — start with search_guides, then get_guide.

Known tools 27

get_doi_report

Resolve a DOI into normalized publication metadata, citation text, identifiers and source links.

Inferred read-only
get_package_report

Inspect the latest npm package release: version, license, dependency counts, engine requirements, deprecation notice and source links.

Inferred read-only
get_papers_report

Find up to five publications with DOI identifiers, authors, publication years and citation counts.

Inferred read-only
get_npmsearch_report

Find up to five npm packages with versions, descriptions, registry ranking scores and source links for package discovery.

Inferred read-only
get_python_report

Inspect a Python package’s latest release, Python compatibility, declared dependencies, license metadata and PyPI-reported advisories.

Inferred read-only
get_cve_report

Resolve a CVE into its published description, status, CVSS metrics, weakness identifiers and vendor/reference links.

Inferred read-only
get_fx_report

Get daily reference exchange rates per one unit of a base currency, with observation date and currency codes.

Inferred read-only
get_country_report

Resolve a two-letter country code into its World Bank name, region, capital, income group and lending classification for data enrichment.

Inferred read-only
get_economy_report

Get up to five recent annual observations for population, GDP in current US dollars and consumer-price inflation.

Inferred read-only
verify_repository

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.

Inferred read-only
search_endpoints

Search the full Saylor catalog of 180+ pay-per-call data endpoints (x402, no account or API key): academic papers, U.

Potential side effects
get_endpoint

Given an endpoint URL from search_endpoints (with its parameters filled in), returns the exact resource URL, price and x402 payment instructions.

Potential side effects
list_data_endpoints

Everything buyable from this server: live Solana token, wallet, launch and market data, with prices and how to pay.

Potential side effects
check_token_security

Security posture for a Solana token: mint and freeze authority, LP locked %, top-10 holder concentration, RugCheck named risks, and a 0-100 score.

Inferred read-only
check_token_price

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.

Inferred read-only
get_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.

Inferred read-only
check_token_narrative

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

Inferred read-only
check_token_holders

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.

Inferred read-only
get_price_history

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.

Inferred read-only
compare_tokens

Watchdog scores for 2-10 Solana tokens side by side in one request.

Inferred read-only
get_trending_pools

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

Inferred read-only
get_recent_launches

Brand-new Solana pools, typically seconds to minutes old — the most perishable data here.

Inferred read-only
check_wallet

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

Inferred read-only
search_guides

Search Saylor Innovations technical guides (crypto safety, DNS/domains, Linux, IoT/hardware, mining, web scraping, content growth).

Inferred read-only
get_guide

Fetch a guide by id.

Inferred read-only
list_bot_rentals

Trading bots available to rent for a fixed period, with prices and durations.

Inferred read-only
list_categories

Every category and tag in the catalog, with counts.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.saylor-innovations-guides]
url = "https://saylorinnovations.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saylor-innovations-guides": {
      "type": "http",
      "url": "https://saylorinnovations.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saylor-innovations-guides
Remote MCP URL: https://saylorinnovations.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "saylor-innovations-guides": {
      "url": "https://saylorinnovations.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saylor-innovations-guides": {
      "type": "http",
      "url": "https://saylorinnovations.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saylor-innovations-guides",
  "transport": "streamable-http",
  "url": "https://saylorinnovations.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.