Ed-Fi-Exchange-OSS/Ed-Fi-SDK-MCP
If you are the rightful owner of Ed-Fi-SDK-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Ed-Fi Data Standard MCP Server is designed to facilitate the development of client applications that interact with Ed-Fi APIs, leveraging AI assistants like GitHub Copilot and others.
Tools
Functions exposed to the LLM to take actions
list_available_versions
Lists all supported Ed-Fi Data Standard versions and their corresponding OpenAPI specification URLs.
set_data_standard_version
Loads the OpenAPI specification for a specific Ed-Fi Data Standard version.
set_custom_data_standard_url
Loads the OpenAPI specification from a custom URL.
search_endpoints
Searches for API endpoints that match a query term.
get_endpoint_details
Gets detailed information about a specific API endpoint.
search_schemas
Searches for data models/schemas that match a query term.
get_schema_details
Gets detailed information about a specific data model/schema.
generate_entity_diagram
Generates entity relationship diagrams from the OpenAPI specification.
list_entity_relationships
Lists relationships between entities in the current specification.
get_entities_by_domain
Gets entities grouped by domain areas.
export_diagram_as_text
Exports a diagram as text that can be rendered by various visualization tools.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client