Petstore MCP Server
Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server
Block For Production
trustsnap_2fc5b58c74f593aa.- Utility Coverage
- Transport Compliance
- Request Association
- 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.
- Publish /.well-known/oauth-authorization-server from your issuer and include registration endpoint when supported.
- Search crawler activity
- profile / report JSON / policy / ledger 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 |
|---|---|---|---|---|---|
updatePet |
write | Medium | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"write"
],
"input_schema": {
"properties": {
"updatePetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"updatePetBody"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
addPet |
write | Medium | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"write"
],
"input_schema": {
"properties": {
"addPetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"addPetBody"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
findPetsByStatus |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"status": {
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
findPetsByTags |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"tags"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getPetById |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updatePetWithForm |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"name": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"status": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
deletePet |
secrets | Medium | secret material access freeform input surface | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"secrets"
],
"input_schema": {
"properties": {
"api_key": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"risk_flags": [
"secret_material_access",
"freeform_input_surface"
]
}
Dispute this classification
|
uploadFile |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"additionalMetadata": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"uploadFileBody": {
"format": "binary",
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getInventory |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
placeOrder |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"placeOrderBody": {
"properties": {
"complete": {
"type": "boolean"
},
"id": {
"format": "int64",
"type": "integer"
},
"petId": {
"format": "int64",
"type": "integer"
},
"quantity": {
"format": "int32",
"type": "integer"
},
"shipDate": {
"format": "date-time",
"type": "string"
},
"status": {
"description": "Order Status",
"enum": [
"placed",
"approved",
"delivered"
],
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getOrderById |
financial | High | financial transaction | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"financial"
],
"input_schema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"risk_flags": [
"financial_transaction"
]
}
Dispute this classification
|
deleteOrder |
financial | High | financial transaction | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"financial"
],
"input_schema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"risk_flags": [
"financial_transaction"
]
}
Dispute this classification
|
createUser |
write | Medium | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"write"
],
"input_schema": {
"properties": {
"createUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
createUsersWithListInput |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"createUsersWithListInputBody": {
"items": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
loginUser |
secrets | Medium | secret material access freeform input surface | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"secrets"
],
"input_schema": {
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": [
"secret_material_access",
"freeform_input_surface"
]
}
Dispute this classification
|
logoutUser |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
getUserByName |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
updateUser |
write | Medium | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"write"
],
"input_schema": {
"properties": {
"updateUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
deleteUser |
undetermined | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"undetermined"
],
"input_schema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
Write-action governance
Status detail: 2 high-risk tool(s) are exposed behind auth, but still risky; no safeguards or confirmation signals detected.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
getOrderById |
High | financial transaction | no |
deleteOrder |
High | financial transaction | no |
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 compatibility 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• Warningconnector_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• Error
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client compatibility gate details
Remediation checklist
- Support dynamic client registration (DCR) to simplify connector setup.
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- 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.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
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.
- 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.
- Resolve transport compliance issues before wider client rollout.
Remediation checklist
- Add confirmation or dry-run semantics for: getOrderById, deleteOrder.
- Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
server_degraded• medium • Latest validation is degraded
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: Yes
- 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: Yes
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Passes
- 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_2fc5b58c74f593aaCanonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverClient error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/oauth-authorization-server' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationClient error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404server_cardClient error '404 Not Found' for url 'https://petstore.run.mcp.com.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404transport_compliance_probeIssues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
Error | n/a | 2 high-risk, non-read capabilities: write, financial tool(s); auth present; safeguards=0; confirmation=none. |
advanced_capabilities_probe |
Warning | n/a | Only 3 capability signal(s): prompts, resource links, resources. |
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 | 11.7 ms | Check completed |
initialize |
OK | 10.9 ms | Protocol 2025-06-18 |
interactive_flow_probe |
OK | n/a | Check completed |
oauth_authorization_server |
Error | 123.3 ms | Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/oauth-authorization-server' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
oauth_protected_resource |
OK | 269.8 ms | 1 authorization server(s) |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Error | 43.5 ms | Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
probe_noise_resilience |
OK | 249.6 ms | Fetched https://petstore.run.mcp.com.ai/robots.txt |
prompt_get |
OK | 10.3 ms | 1 prompt message(s) returned |
prompts_list |
OK | 11.9 ms | 1 prompt(s) exposed |
protocol_version_probe |
Warning | n/a | Claims 2025-06-18; 1 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 |
OK | 12.7 ms | 1 resource content item(s) returned |
resources_list |
OK | 10.1 ms | 3 resource item(s) exposed |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 196.6 ms | Client error '404 Not Found' for url 'https://petstore.run.mcp.com.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Warning | n/a | Oauth detected. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 12.6 ms | 19 tool(s) exposed |
transport_compliance_probe |
Error | 12.4 ms | Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 9.8 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
0.6.0
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Passes |
|
| OAuth-required connect | Passes |
|
| Safe write flow with confirmation | Likely to fail |
|
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: none
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
| No component deltas between the latest two runs. | |||
Registry & provenance divergence
| Field | Registry | Live server card |
|---|---|---|
| Title | n/a | n/a |
| Version | n/a | n/a |
| Homepage | n/a | n/a |
Active alerts
- Latest validation is degraded (medium)
The server is reachable but at least one important behavior regressed.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
ai.com.mcp/petstore |
official_registry | yes | canonical | 56.1 |
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 | 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
|
| 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. | Close connector-publishing gaps |
| 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 | Respond to latest validation is degraded | The server is reachable but at least one important behavior regressed. | Resolve the regressed checks and review the latest validation diff. |
| 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 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Error Contract Quality | 0/4 | -4.0 |
| OAuth Interop | 1/4 | -3.0 |
| Least Privilege Scope | 1/4 | -3.0 |
| Supply Chain Signal | 1/4 | -3.0 |
| Connector Publishability | 1/4 | -3.0 |
| Advanced Capability Coverage | 1/4 | -3.0 |
| Action Safety | 1/4 | -3.0 |
| Tool Surface Design | 2/4 | -2.0 |
Compatibility profiles
Connector URL: https://petstore.run.mcp.com.ai/mcp # Complete OAuth in the client when prompted. # Server: ai.com.mcp/petstore
{
"mcpServers": {
"petstore": {
"command": "npx",
"args": ["mcp-remote", "https://petstore.run.mcp.com.ai/mcp"]
}
}
}
smithery mcp add "https://petstore.run.mcp.com.ai/mcp"
curl -sS https://petstore.run.mcp.com.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://petstore.run.mcp.com.ai/mcp # Complete OAuth in the client when prompted. # Server: ai.com.mcp/petstore
{
"mcpServers": {
"petstore": {
"command": "npx",
"args": ["mcp-remote", "https://petstore.run.mcp.com.ai/mcp"]
}
}
}
smithery mcp add "https://petstore.run.mcp.com.ai/mcp"
curl -sS https://petstore.run.mcp.com.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.com.mcp/petstore.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 13, 2026 06:41:41 PM UTC | Degraded | 56.1 | 1077.0 ms | 19 |
| Aug 13, 2026 01:14:12 PM UTC | Degraded | 56.1 | 1031.3 ms | 19 |
| Aug 13, 2026 09:13:07 AM UTC | Degraded | 56.1 | 1164.6 ms | 19 |
| Aug 13, 2026 05:12:10 AM UTC | Degraded | 56.1 | 1289.8 ms | 19 |
| Aug 13, 2026 12:09:22 AM UTC | Degraded | 56.1 | 1136.9 ms | 19 |
| Aug 12, 2026 08:09:18 PM UTC | Degraded | 56.6 | 1613.2 ms | 19 |
| Aug 12, 2026 04:08:55 PM UTC | Degraded | 56.6 | 1368.0 ms | 19 |
| Aug 12, 2026 11:56:45 AM UTC | Degraded | 56.6 | 1269.7 ms | 19 |
| Aug 12, 2026 07:56:34 AM UTC | Degraded | 56.6 | 1324.4 ms | 19 |
| Aug 12, 2026 02:24:07 AM UTC | Degraded | 56.6 | 1009.0 ms | 19 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 13, 2026 06:41:41 PM UTC | Degraded | 56.1 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 13, 2026 01:14:12 PM UTC | Degraded | 56.1 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 13, 2026 09:13:07 AM UTC | Degraded | 56.1 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 13, 2026 05:12:10 AM UTC | Degraded | 56.1 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 13, 2026 12:09:22 AM UTC | Degraded | 56.1 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 12, 2026 08:09:18 PM UTC | Degraded | 56.6 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 12, 2026 04:08:55 PM UTC | Degraded | 56.6 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 12, 2026 11:56:45 AM UTC | Degraded | 56.6 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 12, 2026 07:56:34 AM UTC | Degraded | 56.6 | 2025-06-18 | oauth_supported | 19 | 2 | none |
| Aug 12, 2026 02:24:07 AM UTC | Degraded | 56.6 | 2025-06-18 | oauth_supported | 19 | 2 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 13, 2026 06:41:40 PM UTC | Completed | Degraded | 1077.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 13, 2026 01:14:11 PM UTC | Completed | Degraded | 1031.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 13, 2026 09:13:06 AM UTC | Completed | Degraded | 1164.6 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 05:12:09 AM UTC | Completed | Degraded | 1289.8 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 12:09:21 AM UTC | Completed | Degraded | 1136.9 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:09:16 PM UTC | Completed | Degraded | 1613.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 12, 2026 04:08:54 PM UTC | Completed | Degraded | 1368.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 11:56:44 AM UTC | Completed | Degraded | 1269.7 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:56:33 AM UTC | Completed | Degraded | 1324.4 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 02:24:06 AM UTC | Completed | Degraded | 1009.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 |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 13, 2026 06:41:41 PM UTC | Latest validation: degraded | Score 56.1 with status degraded. |
| Aug 05, 2026 10:58:16 AM UTC | Score corrected (post-1.0.503 remediation, R1 zero-anchoring) | Prior: 61.7. Corrected: 59.92. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": true,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 0,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 0,
"capability_distribution": {
"financial": 2,
"read": 2,
"secrets": 2,
"undetermined": 9,
"write": 4
},
"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": 2,
"risk_distribution": {
"critical": 0,
"high": 2,
"low": 11,
"medium": 6
},
"secret_tools": 2,
"tool_count": 19
}
},
"latency_ms": null,
"status": "error"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": true,
"resource_links": true,
"resources": true,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [
"prompts",
"resource_links",
"resources"
],
"enabled_count": 3,
"initialize_capability_keys": [
"logging",
"prompts",
"resources",
"resourcesTemplates",
"tools"
]
},
"latency_ms": null,
"status": "warning"
},
"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": 2,
"tool_count": 19,
"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": "4f1728061e814b2e6067d4cd4b73d5d660ce8d73bbf747bbe8b7c10de953a4f2",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 11.65,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 0,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"logging": {},
"prompts": {
"listChanged": true
},
"resources": {
"listChanged": true,
"subscribe": true
},
"resourcesTemplates": {
"listChanged": true,
"subscribe": true
},
"tools": {
"listChanged": true
}
},
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "hapimcp-299",
"version": "0.6.0"
}
}
},
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 10.93,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": true,
"prompt_available": true,
"risk_hits": [],
"safe_hits": [
"login"
]
},
"latency_ms": null,
"status": "ok"
},
"oauth_authorization_server": {
"details": {
"error": "Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/oauth-authorization-server'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore3.swagger.io/.well-known/oauth-authorization-server"
},
"latency_ms": 123.27,
"status": "error"
},
"oauth_protected_resource": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"authorization_servers": [
"https://petstore3.swagger.io"
],
"bearer_methods_supported": [
"header"
],
"introspection_endpoint": [
"https://petstore3.swagger.io/oauth/v2/introspect"
],
"resource_documentation": "https://petstore3.swagger.io/api/v3/swagger",
"resource_registration_endpoint": [
"https://petstore3.swagger.io/oauth/v2/register"
],
"resource_server": "https://petstore3.swagger.io/api/v3",
"response_types_supported": [
"code",
"token"
],
"revocation_endpoint": [
"https://petstore3.swagger.io/oauth/v2/revoke"
],
"scopes_supported": [
"write:pets",
"read:pets"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"private_key_jwt"
]
},
"url": "https://petstore.run.mcp.com.ai/.well-known/oauth-protected-resource"
},
"latency_ms": 269.81,
"status": "ok"
},
"official_registry_probe": {
"details": {
"direct_match": true,
"official_peer_count": 1,
"registry_identifier": "ai.com.mcp/petstore",
"registry_source": "official_registry"
},
"latency_ms": null,
"status": "ok"
},
"openid_configuration": {
"details": {
"error": "Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/openid-configuration'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore3.swagger.io/.well-known/openid-configuration"
},
"latency_ms": 43.51,
"status": "error"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/plain; charset=utf-8"
},
"http_status": 200,
"url": "https://petstore.run.mcp.com.ai/robots.txt",
"validation_disallowed": false
},
"latency_ms": 249.62,
"status": "ok"
},
"prompt_get": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 4,
"jsonrpc": "2.0",
"result": {
"description": "System prompt for API interaction",
"messages": [
{
"content": {
"text": "You are an API assistant that helps users interact with the API endpoints.",
"type": "text"
},
"role": "system"
}
]
}
},
"prompt_name": "system",
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 10.34,
"status": "ok"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 3,
"jsonrpc": "2.0",
"result": {
"prompts": [
{
"arguments": [],
"description": "System prompt for API interaction",
"name": "system"
}
]
}
},
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 11.94,
"status": "ok"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-06-18",
"lag_days": 160,
"latest_known_version": "2025-11-25",
"releases_behind": 1,
"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": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 6,
"jsonrpc": "2.0",
"result": {
"contents": [
{
"mimeType": "application/json",
"text": "{\n \"openapi\": \"3.0.4\",\n \"info\": {\n \"title\": \"Swagger Petstore - OpenAPI 3.0\",\n \"description\": \"This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about\\nSwagger at [https://swagger.io](https://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!\\nYou can now help us improve the API whether it's by making changes to the definition itself or to the code.\\nThat way, with time, we can improve the API in general, and expose some of the new features in OAS3.\\n\\nSome useful links:\\n- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)\\n- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)\",\n \"termsOfService\": \"https://swagger.io/terms/\",\n \"contact\": {\n \"email\": \"apiteam@swagger.io\"\n },\n \"license\": {\n \"name\": \"Apache 2.0\",\n \"url\": \"https://www.apache.org/licenses/LICENSE-2.0.html\"\n },\n \"version\": \"1.0.27\"\n },\n \"externalDocs\": {\n \"description\": \"Find out more about Swagger\",\n \"url\": \"https://swagger.io\"\n },\n \"servers\": [\n {\n \"url\": \"/api/v3\"\n }\n ],\n \"tags\": [\n {\n \"name\": \"pet\",\n \"description\": \"Everything about your Pets\",\n \"externalDocs\": {\n \"description\": \"Find out more\",\n \"url\": \"https://swagger.io\"\n }\n },\n {\n \"name\": \"store\",\n \"description\": \"Access to Petstore orders\",\n \"externalDocs\": {\n \"description\": \"Find out more about our store\",\n \"url\": \"https://swagger.io\"\n }\n },\n {\n \"name\": \"user\",\n \"description\": \"Operations about user\"\n }\n ],\n \"paths\": {\n \"/pet\": {\n \"put\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Update an existing pet.\",\n \"description\": \"Update an existing pet by Id.\",\n \"operationId\": \"updatePet\",\n \"requestBody\": {\n \"description\": \"Update an existent pet in the store\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n },\n \"required\": true\n },\n \"responses\": {\n \"200\": {\n \"description\": \"Successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid ID supplied\"\n },\n \"404\": {\n \"description\": \"Pet not found\"\n },\n \"422\": {\n \"description\": \"Validation exception\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ],\n \"parameters\": []\n },\n \"post\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Add a new pet to the store.\",\n \"description\": \"Add a new pet to the store.\",\n \"operationId\": \"addPet\",\n \"requestBody\": {\n \"description\": \"Create a new pet in the store\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n },\n \"required\": true\n },\n \"responses\": {\n \"200\": {\n \"description\": \"Successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid input\"\n },\n \"422\": {\n \"description\": \"Validation exception\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ],\n \"parameters\": []\n }\n },\n \"/pet/findByStatus\": {\n \"get\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Finds Pets by status.\",\n \"description\": \"Multiple status values can be provided with comma separated strings.\",\n \"operationId\": \"findPetsByStatus\",\n \"parameters\": [\n {\n \"name\": \"status\",\n \"in\": \"query\",\n \"description\": \"Status values that need to be considered for filter\",\n \"required\": true,\n \"explode\": true,\n \"schema\": {\n \"type\": \"string\",\n \"default\": \"available\",\n \"enum\": [\n \"available\",\n \"pending\",\n \"sold\"\n ]\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid status value\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n }\n },\n \"/pet/findByTags\": {\n \"get\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Finds Pets by tags.\",\n \"description\": \"Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.\",\n \"operationId\": \"findPetsByTags\",\n \"parameters\": [\n {\n \"name\": \"tags\",\n \"in\": \"query\",\n \"description\": \"Tags to filter by\",\n \"required\": true,\n \"explode\": true,\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid tag value\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n }\n },\n \"/pet/{petId}\": {\n \"get\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Find pet by ID.\",\n \"description\": \"Returns a single pet.\",\n \"operationId\": \"getPetById\",\n \"parameters\": [\n {\n \"name\": \"petId\",\n \"in\": \"path\",\n \"description\": \"ID of pet to return\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid ID supplied\"\n },\n \"404\": {\n \"description\": \"Pet not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"api_key\": []\n },\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n },\n \"post\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Updates a pet in the store with form data.\",\n \"description\": \"Updates a pet resource based on the form data.\",\n \"operationId\": \"updatePetWithForm\",\n \"parameters\": [\n {\n \"name\": \"petId\",\n \"in\": \"path\",\n \"description\": \"ID of pet that needs to be updated\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n },\n {\n \"name\": \"name\",\n \"in\": \"query\",\n \"description\": \"Name of pet that needs to be updated\",\n \"schema\": {\n \"type\": \"string\"\n }\n },\n {\n \"name\": \"status\",\n \"in\": \"query\",\n \"description\": \"Status of pet that needs to be updated\",\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid input\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n },\n \"delete\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Deletes a pet.\",\n \"description\": \"Delete a pet.\",\n \"operationId\": \"deletePet\",\n \"parameters\": [\n {\n \"name\": \"api_key\",\n \"in\": \"header\",\n \"description\": \"\",\n \"required\": false,\n \"schema\": {\n \"type\": \"string\"\n }\n },\n {\n \"name\": \"petId\",\n \"in\": \"path\",\n \"description\": \"Pet id to delete\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"Pet deleted\"\n },\n \"400\": {\n \"description\": \"Invalid pet value\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n }\n },\n \"/pet/{petId}/uploadImage\": {\n \"post\": {\n \"tags\": [\n \"pet\"\n ],\n \"summary\": \"Uploads an image.\",\n \"description\": \"Upload image of the pet.\",\n \"operationId\": \"uploadFile\",\n \"parameters\": [\n {\n \"name\": \"petId\",\n \"in\": \"path\",\n \"description\": \"ID of pet to update\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n },\n {\n \"name\": \"additionalMetadata\",\n \"in\": \"query\",\n \"description\": \"Additional Metadata\",\n \"required\": false,\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"requestBody\": {\n \"content\": {\n \"application/octet-stream\": {\n \"schema\": {\n \"type\": \"string\",\n \"format\": \"binary\"\n }\n }\n }\n },\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/ApiResponse\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"No file uploaded\"\n },\n \"404\": {\n \"description\": \"Pet not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"petstore_auth\": [\n \"write:pets\",\n \"read:pets\"\n ]\n }\n ]\n }\n },\n \"/store/inventory\": {\n \"get\": {\n \"tags\": [\n \"store\"\n ],\n \"summary\": \"Returns pet inventories by status.\",\n \"description\": \"Returns a map of status codes to quantities.\",\n \"operationId\": \"getInventory\",\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n }\n }\n }\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"security\": [\n {\n \"api_key\": []\n }\n ],\n \"parameters\": []\n }\n },\n \"/store/order\": {\n \"post\": {\n \"tags\": [\n \"store\"\n ],\n \"summary\": \"Place an order for a pet.\",\n \"description\": \"Place a new order in the store.\",\n \"operationId\": \"placeOrder\",\n \"requestBody\": {\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n }\n }\n },\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid input\"\n },\n \"422\": {\n \"description\": \"Validation exception\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"parameters\": []\n }\n },\n \"/store/order/{orderId}\": {\n \"get\": {\n \"tags\": [\n \"store\"\n ],\n \"summary\": \"Find purchase order by ID.\",\n \"description\": \"For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.\",\n \"operationId\": \"getOrderById\",\n \"parameters\": [\n {\n \"name\": \"orderId\",\n \"in\": \"path\",\n \"description\": \"ID of order that needs to be fetched\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Order\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid ID supplied\"\n },\n \"404\": {\n \"description\": \"Order not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n },\n \"delete\": {\n \"tags\": [\n \"store\"\n ],\n \"summary\": \"Delete purchase order by identifier.\",\n \"description\": \"For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.\",\n \"operationId\": \"deleteOrder\",\n \"parameters\": [\n {\n \"name\": \"orderId\",\n \"in\": \"path\",\n \"description\": \"ID of the order that needs to be deleted\",\n \"required\": true,\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"order deleted\"\n },\n \"400\": {\n \"description\": \"Invalid ID supplied\"\n },\n \"404\": {\n \"description\": \"Order not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n }\n },\n \"/user\": {\n \"post\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Create user.\",\n \"description\": \"This can only be done by the logged in user.\",\n \"operationId\": \"createUser\",\n \"requestBody\": {\n \"description\": \"Created user object\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n },\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"parameters\": []\n }\n },\n \"/user/createWithList\": {\n \"post\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Creates list of users with given input array.\",\n \"description\": \"Creates list of users with given input array.\",\n \"operationId\": \"createUsersWithListInput\",\n \"requestBody\": {\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n }\n },\n \"responses\": {\n \"200\": {\n \"description\": \"Successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n },\n \"parameters\": []\n }\n },\n \"/user/login\": {\n \"get\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Logs user into the system.\",\n \"description\": \"Log into the system.\",\n \"operationId\": \"loginUser\",\n \"parameters\": [\n {\n \"name\": \"username\",\n \"in\": \"query\",\n \"description\": \"The user name for login\",\n \"required\": false,\n \"schema\": {\n \"type\": \"string\"\n }\n },\n {\n \"name\": \"password\",\n \"in\": \"query\",\n \"description\": \"The password for login in clear text\",\n \"required\": false,\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"headers\": {\n \"X-Rate-Limit\": {\n \"description\": \"calls per hour allowed by the user\",\n \"schema\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n }\n },\n \"X-Expires-After\": {\n \"description\": \"date in UTC when token expires\",\n \"schema\": {\n \"type\": \"string\",\n \"format\": \"date-time\"\n }\n }\n },\n \"content\": {\n \"application/xml\": {\n \"schema\": {\n \"type\": \"string\"\n }\n },\n \"application/json\": {\n \"schema\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid username/password supplied\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n }\n },\n \"/user/logout\": {\n \"get\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Logs out current logged in user session.\",\n \"description\": \"Log user out of the system.\",\n \"operationId\": \"logoutUser\",\n \"parameters\": [],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n }\n },\n \"/user/{username}\": {\n \"get\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Get user by user name.\",\n \"description\": \"Get user detail based on username.\",\n \"operationId\": \"getUserByName\",\n \"parameters\": [\n {\n \"name\": \"username\",\n \"in\": \"path\",\n \"description\": \"The name that needs to be fetched. Use user1 for testing\",\n \"required\": true,\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n },\n \"400\": {\n \"description\": \"Invalid username supplied\"\n },\n \"404\": {\n \"description\": \"User not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n },\n \"put\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Update user resource.\",\n \"description\": \"This can only be done by the logged in user.\",\n \"operationId\": \"updateUser\",\n \"parameters\": [\n {\n \"name\": \"username\",\n \"in\": \"path\",\n \"description\": \"name that need to be deleted\",\n \"required\": true,\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"requestBody\": {\n \"description\": \"Update an existent user in the store\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n },\n \"responses\": {\n \"200\": {\n \"description\": \"successful operation\"\n },\n \"400\": {\n \"description\": \"bad request\"\n },\n \"404\": {\n \"description\": \"user not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n },\n \"delete\": {\n \"tags\": [\n \"user\"\n ],\n \"summary\": \"Delete user resource.\",\n \"description\": \"This can only be done by the logged in user.\",\n \"operationId\": \"deleteUser\",\n \"parameters\": [\n {\n \"name\": \"username\",\n \"in\": \"path\",\n \"description\": \"The name that needs to be deleted\",\n \"required\": true,\n \"schema\": {\n \"type\": \"string\"\n }\n }\n ],\n \"responses\": {\n \"200\": {\n \"description\": \"User deleted\"\n },\n \"400\": {\n \"description\": \"Invalid username supplied\"\n },\n \"404\": {\n \"description\": \"User not found\"\n },\n \"default\": {\n \"description\": \"Unexpected error\"\n }\n }\n }\n }\n },\n \"components\": {\n \"schemas\": {\n \"Order\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int64\",\n \"example\": 10\n },\n \"petId\": {\n \"type\": \"integer\",\n \"format\": \"int64\",\n \"example\": 198772\n },\n \"quantity\": {\n \"type\": \"integer\",\n \"format\": \"int32\",\n \"example\": 7\n },\n \"shipDate\": {\n \"type\": \"string\",\n \"format\": \"date-time\"\n },\n \"status\": {\n \"type\": \"string\",\n \"description\": \"Order Status\",\n \"example\": \"approved\",\n \"enum\": [\n \"placed\",\n \"approved\",\n \"delivered\"\n ]\n },\n \"complete\": {\n \"type\": \"boolean\"\n }\n },\n \"xml\": {\n \"name\": \"order\"\n }\n },\n \"Category\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int64\",\n \"example\": 1\n },\n \"name\": {\n \"type\": \"string\",\n \"example\": \"Dogs\"\n }\n },\n \"xml\": {\n \"name\": \"category\"\n }\n },\n \"User\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int64\",\n \"example\": 10\n },\n \"username\": {\n \"type\": \"string\",\n \"example\": \"theUser\"\n },\n \"firstName\": {\n \"type\": \"string\",\n \"example\": \"John\"\n },\n \"lastName\": {\n \"type\": \"string\",\n \"example\": \"James\"\n },\n \"email\": {\n \"type\": \"string\",\n \"example\": \"john@email.com\"\n },\n \"password\": {\n \"type\": \"string\",\n \"example\": \"12345\"\n },\n \"phone\": {\n \"type\": \"string\",\n \"example\": \"12345\"\n },\n \"userStatus\": {\n \"type\": \"integer\",\n \"description\": \"User Status\",\n \"format\": \"int32\",\n \"example\": 1\n }\n },\n \"xml\": {\n \"name\": \"user\"\n }\n },\n \"Tag\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int64\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n },\n \"xml\": {\n \"name\": \"tag\"\n }\n },\n \"Pet\": {\n \"required\": [\n \"name\",\n \"photoUrls\"\n ],\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"integer\",\n \"format\": \"int64\",\n \"example\": 10\n },\n \"name\": {\n \"type\": \"string\",\n \"example\": \"doggie\"\n },\n \"category\": {\n \"$ref\": \"#/components/schemas/Category\"\n },\n \"photoUrls\": {\n \"type\": \"array\",\n \"xml\": {\n \"wrapped\": true\n },\n \"items\": {\n \"type\": \"string\",\n \"xml\": {\n \"name\": \"photoUrl\"\n }\n }\n },\n \"tags\": {\n \"type\": \"array\",\n \"xml\": {\n \"wrapped\": true\n },\n \"items\": {\n \"$ref\": \"#/components/schemas/Tag\"\n }\n },\n \"status\": {\n \"type\": \"string\",\n \"description\": \"pet status in the store\",\n \"enum\": [\n \"available\",\n \"pending\",\n \"sold\"\n ]\n }\n },\n \"xml\": {\n \"name\": \"pet\"\n }\n },\n \"ApiResponse\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"integer\",\n \"format\": \"int32\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"message\": {\n \"type\": \"string\"\n }\n },\n \"xml\": {\n \"name\": \"##default\"\n }\n }\n },\n \"requestBodies\": {\n \"Pet\": {\n \"description\": \"Pet object that needs to be added to the store\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n },\n \"application/xml\": {\n \"schema\": {\n \"$ref\": \"#/components/schemas/Pet\"\n }\n }\n }\n },\n \"UserArray\": {\n \"description\": \"List of user object\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"array\",\n \"items\": {\n \"$ref\": \"#/components/schemas/User\"\n }\n }\n }\n }\n }\n },\n \"securitySchemes\": {\n \"petstore_auth\": {\n \"type\": \"oauth2\",\n \"flows\": {\n \"implicit\": {\n \"authorizationUrl\": \"https://petstore3.swagger.io/oauth/authorize\",\n \"scopes\": {\n \"write:pets\": \"modify pets in your account\",\n \"read:pets\": \"read your pets\"\n }\n }\n }\n },\n \"api_key\": {\n \"type\": \"apiKey\",\n \"name\": \"api_key\",\n \"in\": \"header\"\n }\n }\n }\n}",
"uri": "http://localhost:3000/hapimcp-299.json"
}
]
}
},
"resource_uri": "http://localhost:3000/hapimcp-299.json",
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 12.7,
"status": "ok"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json"
},
"http_status": 200,
"payload": {
"id": 5,
"jsonrpc": "2.0",
"result": {
"resources": [
{
"description": "The OpenAPI specification for this API",
"mimeType": "application/json",
"name": "OpenAPI Specification",
"uri": "http://localhost:3000/hapimcp-299.json"
},
{
"description": "OAuth 2.0 Protected Resource Metadata for authorization server discovery",
"mimeType": "application/json",
"name": "OAuth 2.0 Protected Resource Metadata",
"uri": "http://localhost:3000/.well-known/oauth-protected-resource"
},
{
"description": "OAuth 2.0 Authorization Server Metadata for client configuration",
"mimeType": "application/json",
"name": "OAuth 2.0 Authorization Server Metadata",
"uri": "http://localhost:3000/.well-known/oauth-authorization-server"
}
]
}
},
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 10.05,
"status": "ok"
},
"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": "hapimcp-299",
"live_server_version": "0.6.0",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Client error '404 Not Found' for url 'https://petstore.run.mcp.com.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore.run.mcp.com.ai/.well-known/mcp/server-card.json"
},
"latency_ms": 196.55,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-06-18",
"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": true,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "warning"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 19,
"previous_tool_count": 19,
"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": {
"tools": [
{
"description": "Update an existing pet. - Update an existing pet by Id.",
"inputSchema": {
"properties": {
"updatePetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"updatePetBody"
],
"type": "object"
},
"name": "updatePet"
},
{
"description": "Add a new pet to the store. - Add a new pet to the store.",
"inputSchema": {
"properties": {
"addPetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"addPetBody"
],
"type": "object"
},
"name": "addPet"
},
{
"description": "Finds Pets by status. - Multiple status values can be provided with comma separated strings.",
"inputSchema": {
"properties": {
"status": {
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"name": "findPetsByStatus"
},
{
"description": "Finds Pets by tags. - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.",
"inputSchema": {
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"tags"
],
"type": "object"
},
"name": "findPetsByTags"
},
{
"description": "Find pet by ID. - Returns a single pet.",
"inputSchema": {
"properties": {
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "getPetById"
},
{
"description": "Updates a pet in the store with form data. - Updates a pet resource based on the form data.",
"inputSchema": {
"properties": {
"name": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"status": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "updatePetWithForm"
},
{
"description": "Deletes a pet. - Delete a pet.",
"inputSchema": {
"properties": {
"api_key": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "deletePet"
},
{
"description": "Uploads an image. - Upload image of the pet.",
"inputSchema": {
"properties": {
"additionalMetadata": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"uploadFileBody": {
"format": "binary",
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "uploadFile"
},
{
"description": "Returns pet inventories by status. - Returns a map of status codes to quantities.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "getInventory"
},
{
"description": "Place an order for a pet. - Place a new order in the store.",
"inputSchema": {
"properties": {
"placeOrderBody": {
"properties": {
"complete": {
"type": "boolean"
},
"id": {
"format": "int64",
"type": "integer"
},
"petId": {
"format": "int64",
"type": "integer"
},
"quantity": {
"format": "int32",
"type": "integer"
},
"shipDate": {
"format": "date-time",
"type": "string"
},
"status": {
"description": "Order Status",
"enum": [
"placed",
"approved",
"delivered"
],
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "placeOrder"
},
{
"description": "Find purchase order by ID. - For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "getOrderById"
},
{
"description": "Delete purchase order by identifier. - For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "deleteOrder"
},
{
"description": "Create user. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"createUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUser"
},
{
"description": "Creates list of users with given input array. - Creates list of users with given input array.",
"inputSchema": {
"properties": {
"createUsersWithListInputBody": {
"items": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUsersWithListInput"
},
{
"description": "Logs user into the system. - Log into the system.",
"inputSchema": {
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "loginUser"
},
{
"description": "Logs out current logged in user session. - Log user out of the system.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "logoutUser"
},
{
"description": "Get user by user name. - Get user detail based on username.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "getUserByName"
},
{
"description": "Update user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"updateUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "updateUser"
},
{
"description": "Delete user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "deleteUser"
}
]
}
},
"url": "https://petstore.run.mcp.com.ai/mcp"
},
"latency_ms": 12.6,
"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": {
"tools": [
{
"description": "Update an existing pet. - Update an existing pet by Id.",
"inputSchema": {
"properties": {
"updatePetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"updatePetBody"
],
"type": "object"
},
"name": "updatePet"
},
{
"description": "Add a new pet to the store. - Add a new pet to the store.",
"inputSchema": {
"properties": {
"addPetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"addPetBody"
],
"type": "object"
},
"name": "addPet"
},
{
"description": "Finds Pets by status. - Multiple status values can be provided with comma separated strings.",
"inputSchema": {
"properties": {
"status": {
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"name": "findPetsByStatus"
},
{
"description": "Finds Pets by tags. - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.",
"inputSchema": {
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"tags"
],
"type": "object"
},
"name": "findPetsByTags"
},
{
"description": "Find pet by ID. - Returns a single pet.",
"inputSchema": {
"properties": {
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "getPetById"
},
{
"description": "Updates a pet in the store with form data. - Updates a pet resource based on the form data.",
"inputSchema": {
"properties": {
"name": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"status": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "updatePetWithForm"
},
{
"description": "Deletes a pet. - Delete a pet.",
"inputSchema": {
"properties": {
"api_key": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "deletePet"
},
{
"description": "Uploads an image. - Upload image of the pet.",
"inputSchema": {
"properties": {
"additionalMetadata": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"uploadFileBody": {
"format": "binary",
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "uploadFile"
},
{
"description": "Returns pet inventories by status. - Returns a map of status codes to quantities.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "getInventory"
},
{
"description": "Place an order for a pet. - Place a new order in the store.",
"inputSchema": {
"properties": {
"placeOrderBody": {
"properties": {
"complete": {
"type": "boolean"
},
"id": {
"format": "int64",
"type": "integer"
},
"petId": {
"format": "int64",
"type": "integer"
},
"quantity": {
"format": "int32",
"type": "integer"
},
"shipDate": {
"format": "date-time",
"type": "string"
},
"status": {
"description": "Order Status",
"enum": [
"placed",
"approved",
"delivered"
],
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "placeOrder"
},
{
"description": "Find purchase order by ID. - For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "getOrderById"
},
{
"description": "Delete purchase order by identifier. - For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "deleteOrder"
},
{
"description": "Create user. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"createUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUser"
},
{
"description": "Creates list of users with given input array. - Creates list of users with given input array.",
"inputSchema": {
"properties": {
"createUsersWithListInputBody": {
"items": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUsersWithListInput"
},
{
"description": "Logs user into the system. - Log into the system.",
"inputSchema": {
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "loginUser"
},
{
"description": "Logs out current logged in user session. - Log user out of the system.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "logoutUser"
},
{
"description": "Get user by user name. - Get user detail based on username.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "getUserByName"
},
{
"description": "Update user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"updateUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "updateUser"
},
{
"description": "Delete user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "deleteUser"
}
]
}
},
"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-06-18",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 12.39,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": {
"type": "resource",
"uri": "http://localhost:3000/hapimcp-299.json"
}
},
"initialize_capability_keys": [
"logging",
"prompts",
"resources",
"resourcesTemplates",
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 9.79,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"error": "Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/oauth-authorization-server'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore3.swagger.io/.well-known/oauth-authorization-server"
},
"openid_configuration": {
"error": "Client error '404 Not Found' for url 'https://petstore3.swagger.io/.well-known/openid-configuration'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore3.swagger.io/.well-known/openid-configuration"
},
"server_card": {
"error": "Client error '404 Not Found' for url 'https://petstore.run.mcp.com.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://petstore.run.mcp.com.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": {
"tools": [
{
"description": "Update an existing pet. - Update an existing pet by Id.",
"inputSchema": {
"properties": {
"updatePetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"updatePetBody"
],
"type": "object"
},
"name": "updatePet"
},
{
"description": "Add a new pet to the store. - Add a new pet to the store.",
"inputSchema": {
"properties": {
"addPetBody": {
"properties": {
"category": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
},
"photoUrls": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"description": "pet status in the store",
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"tags": {
"items": {
"properties": {
"id": {
"format": "int64",
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"photoUrls"
],
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"addPetBody"
],
"type": "object"
},
"name": "addPet"
},
{
"description": "Finds Pets by status. - Multiple status values can be provided with comma separated strings.",
"inputSchema": {
"properties": {
"status": {
"enum": [
"available",
"pending",
"sold"
],
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
},
"name": "findPetsByStatus"
},
{
"description": "Finds Pets by tags. - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.",
"inputSchema": {
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"tags"
],
"type": "object"
},
"name": "findPetsByTags"
},
{
"description": "Find pet by ID. - Returns a single pet.",
"inputSchema": {
"properties": {
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "getPetById"
},
{
"description": "Updates a pet in the store with form data. - Updates a pet resource based on the form data.",
"inputSchema": {
"properties": {
"name": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"status": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "updatePetWithForm"
},
{
"description": "Deletes a pet. - Delete a pet.",
"inputSchema": {
"properties": {
"api_key": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "deletePet"
},
{
"description": "Uploads an image. - Upload image of the pet.",
"inputSchema": {
"properties": {
"additionalMetadata": {
"type": "string"
},
"petId": {
"format": "int64",
"type": "integer"
},
"uploadFileBody": {
"format": "binary",
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"petId"
],
"type": "object"
},
"name": "uploadFile"
},
{
"description": "Returns pet inventories by status. - Returns a map of status codes to quantities.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "getInventory"
},
{
"description": "Place an order for a pet. - Place a new order in the store.",
"inputSchema": {
"properties": {
"placeOrderBody": {
"properties": {
"complete": {
"type": "boolean"
},
"id": {
"format": "int64",
"type": "integer"
},
"petId": {
"format": "int64",
"type": "integer"
},
"quantity": {
"format": "int32",
"type": "integer"
},
"shipDate": {
"format": "date-time",
"type": "string"
},
"status": {
"description": "Order Status",
"enum": [
"placed",
"approved",
"delivered"
],
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "placeOrder"
},
{
"description": "Find purchase order by ID. - For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "getOrderById"
},
{
"description": "Delete purchase order by identifier. - For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.",
"inputSchema": {
"properties": {
"orderId": {
"format": "int64",
"type": "integer"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"orderId"
],
"type": "object"
},
"name": "deleteOrder"
},
{
"description": "Create user. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"createUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUser"
},
{
"description": "Creates list of users with given input array. - Creates list of users with given input array.",
"inputSchema": {
"properties": {
"createUsersWithListInputBody": {
"items": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "createUsersWithListInput"
},
{
"description": "Logs user into the system. - Log into the system.",
"inputSchema": {
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "loginUser"
},
{
"description": "Logs out current logged in user session. - Log user out of the system.",
"inputSchema": {
"properties": {
"x-hapi-auth-state": {
"type": "string"
}
},
"type": "object"
},
"name": "logoutUser"
},
{
"description": "Get user by user name. - Get user detail based on username.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "getUserByName"
},
{
"description": "Update user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"updateUserBody": {
"properties": {
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"format": "int64",
"type": "integer"
},
"lastName": {
"type": "string"
},
"password": {
"type": "string"
},
"phone": {
"type": "string"
},
"userStatus": {
"description": "User Status",
"format": "int32",
"type": "integer"
},
"username": {
"type": "string"
}
},
"type": "object"
},
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "updateUser"
},
{
"description": "Delete user resource. - This can only be done by the logged in user.",
"inputSchema": {
"properties": {
"username": {
"type": "string"
},
"x-hapi-auth-state": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"name": "deleteUser"
}
]
}
},
"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-06-18",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://petstore.run.mcp.com.ai/mcp",
"server_card_payload": null,
"server_identifier": "ai.com.mcp/petstore"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://run.mcp.com.ai
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://petstore.run.mcp.com.ai/mcp
- 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. | ||