A SaaS service that turns any linked data resource into an MCP endpoint your chatbot can query. You give it a URL or connection string. It gives you back an MCP link. You paste that link into your MCP ...
graph_ql/ ├── src/ │ ├── schema.graphql # GraphQL schema definition │ ├── schema.js # Schema loader │ ├── handler.js # GraphQL handler configuration │ ├── server.js # HTTP server setup │ ├── mocks/ │ ...