Cabrini Market Data
US equity data for AI agents — 23 years intraday + daily, SEC filings. x402 USDC payments.
Block For Production
trustsnap_b6fce452e3d0f5b9.- Utility Coverage
- Transport Compliance
- Step Up Auth
- Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tool…
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
- AI crawler activity
- profile inspection
Dispute this assessment
If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.
Verify responds to disputes within 5 business days and resolves them within 15.
Dispute history
No disputes filed for this server.
Risks
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
query_minute_bars |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"date"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
list_tickers |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
query_range |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
query_batch |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"tickers": {
"description": "List of ticker symbols",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"tickers",
"date"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
scan_market |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"change_pct_max": {
"description": "Max intraday change %",
"type": "number"
},
"change_pct_min": {
"description": "Min intraday change %",
"type": "number"
},
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"gap_down_pct": {
"description": "Min gap down % from prior close",
"type": "number"
},
"gap_up_pct": {
"description": "Min gap up % from prior close",
"type": "number"
},
"limit": {
"description": "Max results (default 50)",
"type": "integer"
},
"range_pct_min": {
"description": "Min intraday range (high-low)/open as a percent, e.g. 5 for 5%",
"type": "number"
},
"volume_min": {
"description": "Min total volume",
"type": "integer"
},
"volume_ratio_min": {
"description": "Min volume vs prior day (e.g. 2.0)",
"type": "number"
}
},
"required": [
"date"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
query_daily |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_brief |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"date": {
"description": "As-of date YYYY-MM-DD (default: today)",
"type": "string"
},
"lookback_days": {
"description": "Days of price history, 1-365 (default 30)",
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. NVDA)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_company |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_fundamentals |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"metrics": {
"description": "Filter metrics",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_insiders |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_filings |
read write | Medium | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"write"
],
"input_schema": {
"properties": {
"accession": {
"description": "Extract sections from this specific filing accession number",
"type": "string"
},
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"sections": {
"description": "Extract section text: risk_factors and/or mdna",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"types": {
"description": "Filter to filing types, e.g. [\"10-K\", \"8-K\"]",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ticker"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_bars |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"adjusted": {
"description": "Apply split adjustment (default false)",
"type": "boolean"
},
"date": {
"description": "Trading date YYYY-MM-DD",
"type": "string"
},
"end": {
"description": "Multi-day end date",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240",
"type": "integer"
},
"start": {
"description": "Multi-day start date",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"interval"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_sample |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_pricing |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
get_stats |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
Write-action governance
Status detail: No high-risk write actions; auth boundary is public or unclear with 0 safeguard(s) and 0 confirmation signal(s).
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Recommended runtime policy
No policy blockers under the default policy stance.
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
Client readiness verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Errorstep_up_auth_probe• Missingconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Error
Evidence provenance
action_safety_probe• Warning
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client readiness gate details
Remediation checklist
- Add OAuth-based authentication for remote connector auth.
- Support dynamic client registration (DCR) to simplify connector setup.
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Document step-up auth requirements in a connector-friendly way.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- Limit the exposed surface to search/fetch-style read tools.
Remediation checklist
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
Remediation checklist
- Add a clearer auth boundary around risky write actions.
- Add confirmation or dry-run semantics for the risky tools named in the action-safety evidence.
- Confirm the flagged action-safety risk before treating this as write-safe.
- Resolve the active alert: Tool snapshot changed.
- Resolve the active alert: Auth mode changed.
Verdict traces
tool_snapshot_changed• high • Tool snapshot changedauth_mode_changed• high • Auth mode changed
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Not client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Not client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing blocked | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Not Assessed
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Degraded
Recommended for
Evidence
Current trust snapshot
trustsnap_b6fce452e3d0f5b9Canonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceThe read operation timed outopenid_configurationno authorization serverserver_cardThe read operation timed outtransport_compliance_probeIssues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
Warning | n/a | non-read capabilities: write tool(s); no clear auth boundary; safeguards=0; confirmation=none. |
advanced_capabilities_probe |
Missing | n/a | No advanced MCP capability signals detected. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: protocol version, session resume, step up auth, transport compliance, +3 more. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 84.6 ms | Check completed |
initialize |
OK | 207.9 ms | Protocol 2025-03-26 |
instruction_tool_reference_probe |
OK | n/a | Check completed |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 10057.6 ms | The read operation timed out |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 103.2 ms | Fetched https://cabrini.ai/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | 83.4 ms | not supported |
protocol_version_probe |
Warning | n/a | Claims 2025-03-26; 2 release(s) behind 2025-11-25. |
provenance_divergence_probe |
Not_Assessed | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
Missing | n/a | not advertised |
resources_list |
Missing | 81.8 ms | not supported |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 10003.4 ms | The read operation timed out |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 150.8 ms | 15 tool(s) exposed |
transport_compliance_probe |
Error | 83.9 ms | Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 81.7 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
1.1.0
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Degraded |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Degraded |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: server_card
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
backward_compatibility_score | 4.0 | 1.0 | -3.0 |
connector_publishability_score | 2.0 | 1.0 | -1.0 |
error_contract_score | 2.0 | 1.0 | -1.0 |
maintenance_signal_score | 4.0 | 3.0 | -1.0 |
slo_health_score | 4.0 | 3.0 | -1.0 |
Registry & provenance divergence
Active alerts
- Tool snapshot changed (high)
Tools were added, removed, or materially changed between the latest two validations. - Auth mode changed (high)
Auth mode changed from unknown to public.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
ai.cabrini/market-data |
official_registry | yes | canonical | 55.2 |
Alias consolidation
Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Add confirmation and dry-run semantics for risky actions | High-risk write, delete, exec, or egress tools should communicate safeguards clearly. | Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tools before they can make destructive changes.Playbook
|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| High | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| High | Publish a complete server card | Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. | Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.Playbook
|
| High | Respond to auth mode changed | Auth mode changed from unknown to public. | Document the new auth posture and confirm protected-resource and challenge metadata still match reality. |
| High | Respond to tool snapshot changed | Tools were added, removed, or materially changed between the latest two validations. | Publish a first-class changelog for tool additions, removals, and breaking schema changes.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.Playbook
|
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Raise Adoption & Market score | Adoption clues and public evidence that the server is intended for external use. | Increase external documentation and directory coverage so users can discover and evaluate the server. |
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Transport Compliance | 0/4 | -4.0 |
| Step-Up Auth | 0/4 | -4.0 |
| Resource Contract | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Prompt Contract | 0/4 | -4.0 |
| OAuth Interop | 0/4 | -4.0 |
| Interactive Flow Safety | 0/4 | -4.0 |
| Advanced Capability Coverage | 0/4 | -4.0 |
| Security Hygiene | 1/4 | -3.0 |
| Error Contract Quality | 1/4 | -3.0 |
Technical compatibility profiles
These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.
Connector URL: https://cabrini.ai/mcp # No OAuth metadata detected. # Server: ai.cabrini/market-data
{
"mcpServers": {
"market-data": {
"command": "npx",
"args": ["mcp-remote", "https://cabrini.ai/mcp"]
}
}
}
smithery mcp add "https://cabrini.ai/mcp"
curl -sS https://cabrini.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Governance
MCP TrustOps
TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/decideAlert subscription types
MCP Runtime hosting
Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewInstall snippets
Connector URL: https://cabrini.ai/mcp # No OAuth metadata detected. # Server: ai.cabrini/market-data
{
"mcpServers": {
"market-data": {
"command": "npx",
"args": ["mcp-remote", "https://cabrini.ai/mcp"]
}
}
}
smithery mcp add "https://cabrini.ai/mcp"
curl -sS https://cabrini.ai/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.ai.cabrini/market-data.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 15, 2026 03:55:23 PM UTC | Healthy | 55.2 | 21066.1 ms | 15 |
| Aug 15, 2026 03:53:06 AM UTC | Unknown | n/a | 11627.0 ms | 0 |
| Aug 14, 2026 03:52:26 PM UTC | Healthy | 58.9 | 1479.3 ms | 15 |
| Aug 14, 2026 03:20:52 AM UTC | Healthy | 58.9 | 1413.0 ms | 15 |
| Aug 13, 2026 08:37:35 PM UTC | Healthy | 58.9 | 1684.2 ms | 15 |
| Aug 13, 2026 08:31:16 AM UTC | Healthy | 58.9 | 1441.0 ms | 15 |
| Aug 12, 2026 08:10:44 PM UTC | Healthy | 59.4 | 1586.3 ms | 15 |
| Aug 12, 2026 07:57:56 AM UTC | Healthy | 59.4 | 1671.2 ms | 15 |
| Aug 11, 2026 07:28:54 PM UTC | Healthy | 59.4 | 1482.0 ms | 15 |
| Aug 11, 2026 07:07:40 AM UTC | Healthy | 59.4 | 1412.1 ms | 15 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 15, 2026 03:55:23 PM UTC | Healthy | 55.2 | 2025-03-26 | public | 15 | 0 | none |
| Aug 15, 2026 03:53:06 AM UTC | Unknown | n/a | unknown | unknown | 0 | 0 | summary_changed auth_mode_changed tool_snapshot_changed |
| Aug 14, 2026 03:52:26 PM UTC | Healthy | 58.9 | 2025-03-26 | public | 15 | 0 | none |
| Aug 14, 2026 03:20:52 AM UTC | Healthy | 58.9 | 2025-03-26 | public | 15 | 0 | none |
| Aug 13, 2026 08:37:35 PM UTC | Healthy | 58.9 | 2025-03-26 | public | 15 | 0 | none |
| Aug 13, 2026 08:31:16 AM UTC | Healthy | 58.9 | 2025-03-26 | public | 15 | 0 | none |
| Aug 12, 2026 08:10:44 PM UTC | Healthy | 59.4 | 2025-03-26 | public | 15 | 0 | none |
| Aug 12, 2026 07:57:56 AM UTC | Healthy | 59.4 | 2025-03-26 | public | 15 | 0 | none |
| Aug 11, 2026 07:28:54 PM UTC | Healthy | 59.4 | 2025-03-26 | public | 15 | 0 | none |
| Aug 11, 2026 07:07:40 AM UTC | Healthy | 59.4 | 2025-03-26 | public | 15 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 15, 2026 03:55:02 PM UTC | Completed | Healthy | 21066.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 15, 2026 03:52:54 AM UTC | Completed | Unknown | 11627.0 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe (not counted in confidence) |
| Aug 14, 2026 03:52:25 PM UTC | Completed | Healthy | 1479.3 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:20:51 AM UTC | Completed | Healthy | 1413.0 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 08:37:33 PM UTC | Completed | Healthy | 1684.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 08:31:15 AM UTC | Completed | Healthy | 1441.0 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 12, 2026 08:10:42 PM UTC | Completed | Healthy | 1586.3 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 12, 2026 07:57:54 AM UTC | Completed | Healthy | 1671.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 11, 2026 07:28:52 PM UTC | Completed | Healthy | 1482.0 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 11, 2026 07:07:39 AM UTC | Completed | Healthy | 1412.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 15, 2026 03:55:23 PM UTC | Latest validation: healthy | Score 55.2 with status healthy. |
| Aug 15, 2026 03:55:23 PM UTC | Score changed | Score delta -3.6 versus the previous run. |
| Aug 15, 2026 03:53:06 AM UTC | Validation summary changed | Summary moved from healthy to unknown. |
| Aug 15, 2026 03:53:06 AM UTC | Score changed | Score delta -57.4 versus the previous run. |
| Aug 15, 2026 03:53:06 AM UTC | Tool snapshot changed | Added 0, removed 15, and changed 0 tool contracts. |
| Aug 15, 2026 03:53:06 AM UTC | Auth mode changed | Auth mode moved from public to unknown. |
| Aug 05, 2026 10:58:09 AM UTC | Score corrected (post-1.0.503 remediation, R1 zero-anchoring) | Prior: 68.66. Corrected: 67.22. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 0,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 0,
"capability_distribution": {
"read": 14,
"undetermined": 1,
"write": 1
},
"declared_non_read_only_tools": 0,
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"has_mutating_capability": true,
"has_non_read_capability": true,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 14,
"medium": 1
},
"secret_tools": 0,
"tool_count": 15
}
},
"latency_ms": null,
"status": "warning"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": false,
"resource_links": false,
"resources": false,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [],
"enabled_count": 0,
"initialize_capability_keys": [
"extensions",
"tools"
]
},
"latency_ms": null,
"status": "missing"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"protocol_version",
"session_resume",
"step_up_auth",
"transport_compliance",
"request_association",
"action_safety",
"server_card"
],
"criteria": {
"action_safety": false,
"auth_flow": true,
"connector_replay": true,
"initialize": true,
"protocol_version": false,
"remote_transport": true,
"request_association": false,
"server_card": false,
"session_resume": false,
"step_up_auth": false,
"tool_surface": true,
"tools_list": true,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 15,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"added_tools": [],
"additive_output_changes": [],
"backward_compatible": true,
"output_breaks": [],
"removed_tools": [],
"required_arg_breaks": [],
"would_break_after_refresh": false
},
"latency_ms": null,
"status": "ok"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "d15a9c4dcf19e321f1123bbff7c9d5fddbd197b69a0175d340a7e38153d5b3fb",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 84.57,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"extensions": {
"x402/payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"assetSymbol": "USDC",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"paymentField": "_meta[\"x402/payment\"]",
"schemes": [
"exact"
],
"x402Version": 2
}
},
"tools": {
"listChanged": false
}
},
"protocolVersion": "2025-03-26",
"serverInfo": {
"name": "cabrini.ai",
"related": [
{
"description": "Structured knowledge API \u2014 19M records. Free.",
"mcp": "https://wikexa.com/mcp",
"name": "wikexa"
}
],
"version": "3.1.0"
}
}
},
"url": "https://cabrini.ai/mcp"
},
"latency_ms": 207.91,
"status": "ok"
},
"instruction_tool_reference_probe": {
"details": {
"missing_tools": [],
"observed_tool_count": 15,
"referenced_tools": []
},
"latency_ms": null,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": []
},
"latency_ms": null,
"status": "missing"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "The read operation timed out",
"url": "https://cabrini.ai/.well-known/oauth-protected-resource"
},
"latency_ms": 10057.59,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": true,
"official_peer_count": 1,
"registry_identifier": "ai.cabrini/market-data",
"registry_source": "official_registry"
},
"latency_ms": null,
"status": "ok"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/plain; charset=utf-8"
},
"http_status": 200,
"url": "https://cabrini.ai/robots.txt",
"validation_disallowed": false
},
"latency_ms": 103.19,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Unknown method: prompts/list"
},
"id": 3,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://cabrini.ai/mcp"
},
"latency_ms": 83.41,
"status": "missing"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-03-26",
"lag_days": 244,
"latest_known_version": "2025-11-25",
"releases_behind": 2,
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "warning"
},
"provenance_divergence_probe": {
"details": {
"comparable_field_count": 0,
"compared_fields": [
"title",
"version",
"homepage",
"repository"
],
"direct_official_match": true,
"drift_fields": [],
"metadata_document_count": 2,
"readable_sources": [
"registry"
],
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": null,
"server_card_version": null
},
"latency_ms": null,
"status": "not_assessed"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Unknown method: resources/list"
},
"id": 5,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://cabrini.ai/mcp"
},
"latency_ms": 81.79,
"status": "missing"
},
"schema_divergence_probe": {
"details": {
"auth_scheme_mismatch": false,
"card_server_name": null,
"card_server_version": null,
"compared_dimensions": [
"server_name",
"server_version",
"declared_vs_observed_auth",
"tool_membership",
"parameter_names",
"required_parameters",
"parameter_types",
"output_schema_presence"
],
"compared_tool_count": 0,
"live_server_name": "cabrini.ai",
"live_server_version": "3.1.0",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "The read operation timed out",
"url": "https://cabrini.ai/.well-known/mcp/server-card.json"
},
"latency_ms": 10003.41,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-03-26",
"reason": "no_session_id",
"resume_expected": true,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "missing"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 15,
"previous_tool_count": 15,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"_meta": {
"related_services": [
{
"description": "Structured knowledge API \u2014 19M records (encyclopedia, entities, dictionary). Free. Use lookup(entity) for company/person context alongside market data.",
"mcp": "https://wikexa.com/mcp",
"name": "wikexa",
"tools": [
"lookup",
"article",
"define",
"search",
"recent"
],
"url": "https://wikexa.com"
}
]
},
"tools": [
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.025,
"x402/payment-required": true,
"x402/price": {
"amount": "25000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Full trading day of intraday bars for one US stock (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus pct_open/pct_high/pct_low/pct_close (fractional change from that day's open), volume and transactions. $0.025 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"date"
],
"type": "object"
},
"name": "query_minute_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "25000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "List all tickers that traded on a given date. $0.005 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "list_tickers",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "trading day"
}
},
"description": "Multi-day intraday bars for one ticker (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus fractional change from that day's own open \u2014 percentages reset daily, not cumulative. $0.01/day, no day limit.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_range",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000/day",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "ticker"
}
},
"description": "Multiple tickers for one date. Every bar carries absolute open/high/low/close plus fractional change from that ticker's own daily open. $0.02/ticker, no limit.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"tickers": {
"description": "List of ticker symbols",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"tickers",
"date"
],
"type": "object"
},
"name": "query_batch",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000/ticker",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.1,
"x402/payment-required": true,
"x402/price": {
"amount": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "scan"
}
},
"description": "Scan all US stocks on a date for custom criteria (gaps, volume, change). Returns pct_change, range_pct, pct_gap, true_range_pct, volume and volume_ratio per match \u2014 criteria in percent (5 = 5%), outputs fractional (0.05 = 5%). $0.10 USDC.",
"inputSchema": {
"properties": {
"change_pct_max": {
"description": "Max intraday change %",
"type": "number"
},
"change_pct_min": {
"description": "Min intraday change %",
"type": "number"
},
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"gap_down_pct": {
"description": "Min gap down % from prior close",
"type": "number"
},
"gap_up_pct": {
"description": "Min gap up % from prior close",
"type": "number"
},
"limit": {
"description": "Max results (default 50)",
"type": "integer"
},
"range_pct_min": {
"description": "Min intraday range (high-low)/open as a percent, e.g. 5 for 5%",
"type": "number"
},
"volume_min": {
"description": "Min total volume",
"type": "integer"
},
"volume_ratio_min": {
"description": "Min volume vs prior day (e.g. 2.0)",
"type": "number"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "scan_market",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "100000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.001,
"x402/payment-required": true,
"x402/price": {
"amount": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "year"
}
},
"description": "Daily OHLCV bars plus VWAP, range_pct and true_range_pct for one ticker over a date range. range_pct = (high - low) / open is a ready-made volatility read; true_range_pct also captures the overnight gap. Day-level aggregates \u2014 the cheapest way to cover long histories. $0.001/year.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_daily",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "1000/year",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.25,
"x402/payment-required": true,
"x402/price": {
"amount": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "brief"
}
},
"description": "Full research brief: price, fundamentals, insiders, splits for one ticker. $0.25 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "As-of date YYYY-MM-DD (default: today)",
"type": "string"
},
"lookback_days": {
"description": "Days of price history, 1-365 (default 30)",
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. NVDA)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_brief",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "250000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Company profile: name, CIK, industry, exchange, fiscal year. $0.005 USDC.",
"inputSchema": {
"properties": {
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_company",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Quarterly fundamentals from SEC EDGAR (revenue, EPS, margins, etc). $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"metrics": {
"description": "Filter metrics",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_fundamentals",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Insider transactions (Form 4) from SEC EDGAR. $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_insiders",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "SEC filing index (10-K, 10-Q, 8-K, proxies) for a ticker. $0.01 USDC; add sections=[risk_factors, mdna] to extract full section text from the latest 10-K/10-Q for $0.05.",
"inputSchema": {
"properties": {
"accession": {
"description": "Extract sections from this specific filing accession number",
"type": "string"
},
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"sections": {
"description": "Extract section text: risk_factors and/or mdna",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"types": {
"description": "Filter to filing types, e.g. [\"10-K\", \"8-K\"]",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_filings",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000-50000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.015,
"x402/payment-required": true,
"x402/price": {
"amount": "15000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "day"
}
},
"description": "Resampled intraday bars at custom timeframes (3, 6, 9, 12, 15, 30, 60, 240 min) for one ticker. Every bar carries absolute open/high/low/close plus fractional change from the daily open, whatever the interval, and volume and transactions. $0.015 USDC per day.",
"inputSchema": {
"properties": {
"adjusted": {
"description": "Apply split adjustment (default false)",
"type": "boolean"
},
"date": {
"description": "Trading date YYYY-MM-DD",
"type": "string"
},
"end": {
"description": "Multi-day end date",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240",
"type": "integer"
},
"start": {
"description": "Multi-day start date",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"interval"
],
"type": "object"
},
"name": "get_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "15000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"description": "FREE, no payment: real intraday OHLCV bars for AAPL on 2024-01-02, identical in shape to a paid query. Call this first to verify data quality before spending. Takes no arguments \u2014 fixed ticker and date.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_sample"
},
{
"description": "Pricing and data coverage information. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Platform statistics. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_stats"
}
]
}
},
"url": "https://cabrini.ai/mcp"
},
"latency_ms": 150.78,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"_meta": {
"related_services": [
{
"description": "Structured knowledge API \u2014 19M records (encyclopedia, entities, dictionary). Free. Use lookup(entity) for company/person context alongside market data.",
"mcp": "https://wikexa.com/mcp",
"name": "wikexa",
"tools": [
"lookup",
"article",
"define",
"search",
"recent"
],
"url": "https://wikexa.com"
}
]
},
"tools": [
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.025,
"x402/payment-required": true,
"x402/price": {
"amount": "25000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Full trading day of intraday bars for one US stock (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus pct_open/pct_high/pct_low/pct_close (fractional change from that day's open), volume and transactions. $0.025 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"date"
],
"type": "object"
},
"name": "query_minute_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "25000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "List all tickers that traded on a given date. $0.005 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "list_tickers",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "trading day"
}
},
"description": "Multi-day intraday bars for one ticker (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus fractional change from that day's own open \u2014 percentages reset daily, not cumulative. $0.01/day, no day limit.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_range",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000/day",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "ticker"
}
},
"description": "Multiple tickers for one date. Every bar carries absolute open/high/low/close plus fractional change from that ticker's own daily open. $0.02/ticker, no limit.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"tickers": {
"description": "List of ticker symbols",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"tickers",
"date"
],
"type": "object"
},
"name": "query_batch",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000/ticker",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.1,
"x402/payment-required": true,
"x402/price": {
"amount": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "scan"
}
},
"description": "Scan all US stocks on a date for custom criteria (gaps, volume, change). Returns pct_change, range_pct, pct_gap, true_range_pct, volume and volume_ratio per match \u2014 criteria in percent (5 = 5%), outputs fractional (0.05 = 5%). $0.10 USDC.",
"inputSchema": {
"properties": {
"change_pct_max": {
"description": "Max intraday change %",
"type": "number"
},
"change_pct_min": {
"description": "Min intraday change %",
"type": "number"
},
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"gap_down_pct": {
"description": "Min gap down % from prior close",
"type": "number"
},
"gap_up_pct": {
"description": "Min gap up % from prior close",
"type": "number"
},
"limit": {
"description": "Max results (default 50)",
"type": "integer"
},
"range_pct_min": {
"description": "Min intraday range (high-low)/open as a percent, e.g. 5 for 5%",
"type": "number"
},
"volume_min": {
"description": "Min total volume",
"type": "integer"
},
"volume_ratio_min": {
"description": "Min volume vs prior day (e.g. 2.0)",
"type": "number"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "scan_market",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "100000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.001,
"x402/payment-required": true,
"x402/price": {
"amount": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "year"
}
},
"description": "Daily OHLCV bars plus VWAP, range_pct and true_range_pct for one ticker over a date range. range_pct = (high - low) / open is a ready-made volatility read; true_range_pct also captures the overnight gap. Day-level aggregates \u2014 the cheapest way to cover long histories. $0.001/year.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_daily",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "1000/year",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.25,
"x402/payment-required": true,
"x402/price": {
"amount": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "brief"
}
},
"description": "Full research brief: price, fundamentals, insiders, splits for one ticker. $0.25 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "As-of date YYYY-MM-DD (default: today)",
"type": "string"
},
"lookback_days": {
"description": "Days of price history, 1-365 (default 30)",
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. NVDA)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_brief",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "250000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Company profile: name, CIK, industry, exchange, fiscal year. $0.005 USDC.",
"inputSchema": {
"properties": {
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_company",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Quarterly fundamentals from SEC EDGAR (revenue, EPS, margins, etc). $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"metrics": {
"description": "Filter metrics",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_fundamentals",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Insider transactions (Form 4) from SEC EDGAR. $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_insiders",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "SEC filing index (10-K, 10-Q, 8-K, proxies) for a ticker. $0.01 USDC; add sections=[risk_factors, mdna] to extract full section text from the latest 10-K/10-Q for $0.05.",
"inputSchema": {
"properties": {
"accession": {
"description": "Extract sections from this specific filing accession number",
"type": "string"
},
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"sections": {
"description": "Extract section text: risk_factors and/or mdna",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"types": {
"description": "Filter to filing types, e.g. [\"10-K\", \"8-K\"]",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_filings",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000-50000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.015,
"x402/payment-required": true,
"x402/price": {
"amount": "15000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "day"
}
},
"description": "Resampled intraday bars at custom timeframes (3, 6, 9, 12, 15, 30, 60, 240 min) for one ticker. Every bar carries absolute open/high/low/close plus fractional change from the daily open, whatever the interval, and volume and transactions. $0.015 USDC per day.",
"inputSchema": {
"properties": {
"adjusted": {
"description": "Apply split adjustment (default false)",
"type": "boolean"
},
"date": {
"description": "Trading date YYYY-MM-DD",
"type": "string"
},
"end": {
"description": "Multi-day end date",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240",
"type": "integer"
},
"start": {
"description": "Multi-day start date",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"interval"
],
"type": "object"
},
"name": "get_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "15000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"description": "FREE, no payment: real intraday OHLCV bars for AAPL on 2024-01-02, identical in shape to a paid query. Call this first to verify data quality before spending. Takes no arguments \u2014 fixed ticker and date.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_sample"
},
{
"description": "Pricing and data coverage information. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Platform statistics. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_stats"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 83.92,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": null
},
"initialize_capability_keys": [
"extensions",
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 81.65,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "The read operation timed out",
"url": "https://cabrini.ai/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "The read operation timed out",
"url": "https://cabrini.ai/.well-known/mcp/server-card.json"
},
"transport_compliance_probe": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"_meta": {
"related_services": [
{
"description": "Structured knowledge API \u2014 19M records (encyclopedia, entities, dictionary). Free. Use lookup(entity) for company/person context alongside market data.",
"mcp": "https://wikexa.com/mcp",
"name": "wikexa",
"tools": [
"lookup",
"article",
"define",
"search",
"recent"
],
"url": "https://wikexa.com"
}
]
},
"tools": [
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.025,
"x402/payment-required": true,
"x402/price": {
"amount": "25000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Full trading day of intraday bars for one US stock (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus pct_open/pct_high/pct_low/pct_close (fractional change from that day's open), volume and transactions. $0.025 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"date"
],
"type": "object"
},
"name": "query_minute_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "25000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "List all tickers that traded on a given date. $0.005 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "list_tickers",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "trading day"
}
},
"description": "Multi-day intraday bars for one ticker (interval 3-240 min, default 3m). Every bar carries absolute open/high/low/close plus fractional change from that day's own open \u2014 percentages reset daily, not cumulative. $0.01/day, no day limit.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240 (default 3)",
"type": "integer"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_range",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000/day",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "ticker"
}
},
"description": "Multiple tickers for one date. Every bar carries absolute open/high/low/close plus fractional change from that ticker's own daily open. $0.02/ticker, no limit.",
"inputSchema": {
"properties": {
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"tickers": {
"description": "List of ticker symbols",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"tickers",
"date"
],
"type": "object"
},
"name": "query_batch",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000/ticker",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.1,
"x402/payment-required": true,
"x402/price": {
"amount": "100000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "scan"
}
},
"description": "Scan all US stocks on a date for custom criteria (gaps, volume, change). Returns pct_change, range_pct, pct_gap, true_range_pct, volume and volume_ratio per match \u2014 criteria in percent (5 = 5%), outputs fractional (0.05 = 5%). $0.10 USDC.",
"inputSchema": {
"properties": {
"change_pct_max": {
"description": "Max intraday change %",
"type": "number"
},
"change_pct_min": {
"description": "Min intraday change %",
"type": "number"
},
"date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"gap_down_pct": {
"description": "Min gap down % from prior close",
"type": "number"
},
"gap_up_pct": {
"description": "Min gap up % from prior close",
"type": "number"
},
"limit": {
"description": "Max results (default 50)",
"type": "integer"
},
"range_pct_min": {
"description": "Min intraday range (high-low)/open as a percent, e.g. 5 for 5%",
"type": "number"
},
"volume_min": {
"description": "Min total volume",
"type": "integer"
},
"volume_ratio_min": {
"description": "Min volume vs prior day (e.g. 2.0)",
"type": "number"
}
},
"required": [
"date"
],
"type": "object"
},
"name": "scan_market",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "100000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.001,
"x402/payment-required": true,
"x402/price": {
"amount": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "year"
}
},
"description": "Daily OHLCV bars plus VWAP, range_pct and true_range_pct for one ticker over a date range. range_pct = (high - low) / open is a ready-made volatility read; true_range_pct also captures the overnight gap. Day-level aggregates \u2014 the cheapest way to cover long histories. $0.001/year.",
"inputSchema": {
"properties": {
"end": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"start": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"start",
"end"
],
"type": "object"
},
"name": "query_daily",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "1000/year",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.25,
"x402/payment-required": true,
"x402/price": {
"amount": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "brief"
}
},
"description": "Full research brief: price, fundamentals, insiders, splits for one ticker. $0.25 USDC.",
"inputSchema": {
"properties": {
"date": {
"description": "As-of date YYYY-MM-DD (default: today)",
"type": "string"
},
"lookback_days": {
"description": "Days of price history, 1-365 (default 30)",
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"ticker": {
"description": "Stock ticker (e.g. NVDA)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_brief",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "250000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.005,
"x402/payment-required": true,
"x402/price": {
"amount": "5000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Company profile: name, CIK, industry, exchange, fiscal year. $0.005 USDC.",
"inputSchema": {
"properties": {
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_company",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "5000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Quarterly fundamentals from SEC EDGAR (revenue, EPS, margins, etc). $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"metrics": {
"description": "Filter metrics",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_fundamentals",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.02,
"x402/payment-required": true,
"x402/price": {
"amount": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "Insider transactions (Form 4) from SEC EDGAR. $0.02 USDC.",
"inputSchema": {
"properties": {
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_insiders",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "20000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.01,
"x402/payment-required": true,
"x402/price": {
"amount": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "query"
}
},
"description": "SEC filing index (10-K, 10-Q, 8-K, proxies) for a ticker. $0.01 USDC; add sections=[risk_factors, mdna] to extract full section text from the latest 10-K/10-Q for $0.05.",
"inputSchema": {
"properties": {
"accession": {
"description": "Extract sections from this specific filing accession number",
"type": "string"
},
"from_date": {
"description": "Start date YYYY-MM-DD",
"type": "string"
},
"sections": {
"description": "Extract section text: risk_factors and/or mdna",
"items": {
"type": "string"
},
"type": "array"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
},
"to_date": {
"description": "End date YYYY-MM-DD",
"type": "string"
},
"types": {
"description": "Filter to filing types, e.g. [\"10-K\", \"8-K\"]",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ticker"
],
"type": "object"
},
"name": "get_filings",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "10000-50000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"_meta": {
"agents-x402/paymentRequired": true,
"agents-x402/priceUSD": 0.015,
"x402/payment-required": true,
"x402/price": {
"amount": "15000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"scheme": "exact",
"unit": "day"
}
},
"description": "Resampled intraday bars at custom timeframes (3, 6, 9, 12, 15, 30, 60, 240 min) for one ticker. Every bar carries absolute open/high/low/close plus fractional change from the daily open, whatever the interval, and volume and transactions. $0.015 USDC per day.",
"inputSchema": {
"properties": {
"adjusted": {
"description": "Apply split adjustment (default false)",
"type": "boolean"
},
"date": {
"description": "Trading date YYYY-MM-DD",
"type": "string"
},
"end": {
"description": "Multi-day end date",
"type": "string"
},
"interval": {
"description": "Bar interval in minutes: 3, 6, 9, 12, 15, 30, 60, or 240",
"type": "integer"
},
"start": {
"description": "Multi-day start date",
"type": "string"
},
"ticker": {
"description": "Stock ticker (e.g. AAPL)",
"type": "string"
}
},
"required": [
"ticker",
"interval"
],
"type": "object"
},
"name": "get_bars",
"x402_payment": {
"asset": "USDC",
"network": "eip155:8453",
"price": "15000",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"required": true
}
},
{
"description": "FREE, no payment: real intraday OHLCV bars for AAPL on 2024-01-02, identical in shape to a paid query. Call this first to verify data quality before spending. Takes no arguments \u2014 fixed ticker and date.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_sample"
},
{
"description": "Pricing and data coverage information. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_pricing"
},
{
"description": "Platform statistics. Free.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_stats"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://cabrini.ai/mcp",
"server_card_payload": {
"capabilities": {
"tools": true
},
"description": "23 years of multi-timeframe market data for all US stocks, plus SEC fundamentals, filings, and insiders. Pay-per-query via x402.",
"name": "cabrini.ai",
"payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"challengeField": "result.structuredContent (isError: true)",
"manifest": "https://cabrini.ai/.well-known/x402",
"network": "eip155:8453",
"paymentField": "params._meta[\"x402/payment\"]",
"pricing": "per-endpoint, $0.001 to $0.25 USDC \u2014 see https://cabrini.ai/v1/pricing",
"protocol": "x402",
"receiver": "0xb40867B72334463eE9bF5D2bD933eab5FB4ab8e0",
"settlementField": "result._meta[\"x402/payment-response\"]",
"spec": "https://github.com/coinbase/x402/blob/main/specs/transports-v2/mcp.md",
"transport": "mcp",
"version": 2
},
"related": [
{
"description": "Structured knowledge API \u2014 19M records. Free, no auth.",
"mcp": "https://wikexa.com/mcp",
"name": "wikexa"
}
],
"transport": {
"type": "http",
"url": "https://cabrini.ai/mcp"
},
"url": "https://cabrini.ai/mcp"
},
"server_identifier": "ai.cabrini/market-data"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: none
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://cabrini.ai/mcp
- Directory listing: none
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header, bad_protocol_not_rejected
Request association
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||