API Tools
saylorinnovations.com
MCP server for searching and retrieving marketplace resource listings, pricing, and provider details via API.
ENDPOINT 1
https://bazaar.saylorinnovations.com/mcp
MCP server metadata
- Name
- agent-bazaar
- Version
- 0.4.0
Agent Bazaar: search and inspect x402-payable resources. Payment itself happens directly against the resource, not through this MCP server.
Known tools 8
search_resourcesSearch the marketplace by keyword and/or filters (network, asset, scheme, payTo, maxUsdPrice).
Inferred read-onlyget_resourceFetch 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-onlyget_pricingGet 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-onlylist_resourcesPaginated listing of every indexed resource, ranked by 30-day call volume (or recency with sort="recent").
Inferred read-onlyget_statsCatalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.
Inferred read-onlydiscover_agentsSearch or list the A2A agent registry — other agents’ cards (name, skills, provider, protocol version), not Agent Bazaar’s own.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- saylor-innovations-guides
- Version
- 1.1.0
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_reportResolve a DOI into normalized publication metadata, citation text, identifiers and source links.
Inferred read-onlyget_package_reportInspect the latest npm package release: version, license, dependency counts, engine requirements, deprecation notice and source links.
Inferred read-onlyget_papers_reportFind up to five publications with DOI identifiers, authors, publication years and citation counts.
Inferred read-onlyget_npmsearch_reportFind up to five npm packages with versions, descriptions, registry ranking scores and source links for package discovery.
Inferred read-onlyget_python_reportInspect a Python package’s latest release, Python compatibility, declared dependencies, license metadata and PyPI-reported advisories.
Inferred read-onlyget_cve_reportResolve a CVE into its published description, status, CVSS metrics, weakness identifiers and vendor/reference links.
Inferred read-onlyget_fx_reportGet daily reference exchange rates per one unit of a base currency, with observation date and currency codes.
Inferred read-onlyget_country_reportResolve a two-letter country code into its World Bank name, region, capital, income group and lending classification for data enrichment.
Inferred read-onlyget_economy_reportGet up to five recent annual observations for population, GDP in current US dollars and consumer-price inflation.
Inferred read-onlyverify_repositoryClone 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-onlysearch_endpointsSearch the full Saylor catalog of 180+ pay-per-call data endpoints (x402, no account or API key): academic papers, U.
Potential side effectsget_endpointGiven an endpoint URL from search_endpoints (with its parameters filled in), returns the exact resource URL, price and x402 payment instructions.
Potential side effectslist_data_endpointsEverything buyable from this server: live Solana token, wallet, launch and market data, with prices and how to pay.
Potential side effectscheck_token_securitySecurity 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-onlycheck_token_priceFast 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-onlyget_token_snapshotComplete 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-onlycheck_token_narrativeWhich meme/narrative category a token fits — ai, dog, cat, political, gaming, defi, infrastructure, frog, food, or memecoin — plus its socials.
Inferred read-onlycheck_token_holdersTop 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-onlyget_price_historyOHLCV 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-onlyget_trending_poolsCurrently trending Solana pools with price, liquidity, volume and 24h change.
Inferred read-onlyget_recent_launchesBrand-new Solana pools, typically seconds to minutes old — the most perishable data here.
Inferred read-onlycheck_walletOn-chain profile for a Solana wallet: SOL balance, token positions, recent activity, sampled age, failed-transaction rate and behavioural flags.
Inferred read-onlysearch_guidesSearch Saylor Innovations technical guides (crypto safety, DNS/domains, Linux, IoT/hardware, mining, web scraping, content growth).
Inferred read-onlylist_bot_rentalsTrading bots available to rent for a fixed period, with prices and durations.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.