{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_696kgrutayms","handle":"standards-explorer-mcp","url":"https://wellknown.network/agents/standards-explorer-mcp","links":{"self":"https://wellknown.network/agents/standards-explorer-mcp/record.json","html":"https://wellknown.network/agents/standards-explorer-mcp","markdown":"https://wellknown.network/agents/standards-explorer-mcp/record.md","api":"https://wellknown.network/api/v1/agents/standards-explorer-mcp","status":"https://wellknown.network/api/v1/agents/standards-explorer-mcp/status","claim":"https://wellknown.network/agents/standards-explorer-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/standards-explorer-mcp/claim.json","badge":"https://wellknown.network/agents/standards-explorer-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:standards-explorer-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"standards-explorer-mcp","summary":"A Model Context Protocol (MCP) implementation for exploring standards from the Bridge2AI Standards Explorer.","description":"# Bridge2AI Standards Explorer MCP\n\nA Model Context Protocol (MCP) server for the Bridge2AI Standards Explorer that provides tools to search and query standards data from the Synapse platform using SQL.\n\n## Overview\n\nThis MCP server provides programmatic access to the Bridge2AI Standards Explorer table (`syn63096833`) on Synapse, enabling LLM applications to query and retrieve standards information through the Synapse Table Query API. The server uses FastMCP and implements Synapse's async query pattern with automatic polling.\n\n## Features\n\n- **SQL-Based Table Queries**: Execute SQL queries directly against the Bridge2AI Standards Explorer tables\n- **Text Search**: Convenient search tool for finding text across multiple columns\n- **Async Job Handling**: Automatically handles Synapse's async query pattern with polling\n- **Pagination Support**: Control the number of results and offset for paginated queries\n- **Table Information**: Get metadata about the Bridge2AI Standards Explorer tables and project\n\n## Tools\n\n### `query_table`\n\nExecute SQL queries directly against the Bridge2AI Standards Explorer tables.\n\n**Parameters:**\n- `sql_query` (str, required): SQL query string to execute (e.g., `\"SELECT * FROM syn63096833 WHERE name LIKE '%FHIR%' LIMIT 10\"`)\n- `max_wait_seconds` (int, optional): Maximum time to wait for query results (default: 30)\n\n**Returns:** A dictionary containing:\n- `success`: Boolean indicating if the query was successful\n- `sql_query`: The executed SQL query\n- `row_count`: Number of rows returned\n- `total_rows`: Total number of matching rows\n- `columns`: Array of column definitions with names and types\n- `rows`: Array of result rows with their data\n\n**Example queries:**\n```sql\n-- Simple query\nSELECT * FROM syn63096833 LIMIT 10\n\n-- Search for FHIR standards\nSELECT * FROM syn63096833 WHERE Standard LIKE '%FHIR%'\n\n-- Search across multiple columns\nSELECT id, Standard, ShortDescription \nFROM syn63096833 \nWHERE ShortDescription LIKE '%metadata%' \nLIMIT 5\n\n…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:standards-explorer-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":0.733,"provenance":"derived"}],"categories":["data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"standards-explorer-mcp","registry":"pypi","observedAt":"2026-09-10T13:21:31.693Z","publishedAt":"2025-10-24T14:30:24.497081Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"standards-explorer-mcp","url":"https://pypi.org/project/standards-explorer-mcp/","firstSeenAt":"2026-09-10T13:19:32.690Z","fetchedAt":"2026-09-10T13:19:32.690Z","normalizedAt":"2026-09-10T13:19:32.690Z"}]},"firstSeenAt":"2026-09-10T13:19:32.690Z","updatedAt":"2026-09-10T13:21:31.693Z"}