Wolfram icon

Wolfram

Serves as a Model Context Protocol server, automatically generated from an OpenAPI specification.

关于

This project functions as a Model Context Protocol (MCP) server, automatically generated using AG2's MCP builder from an existing OpenAPI specification, specifically for wolframalpha.com. It provides a standardized way to expose API functionalities as an MCP service, facilitating seamless integration with systems designed to interact via the Model Context Protocol. The server is built with Python and includes comprehensive development tooling for code quality, testing, and streamlined deployment.

主要功能

  • Configurable via environment variables or external JSON configuration files
  • Streamlined building and publishing process utilizing Hatch
  • Integrated development tooling for linting, formatting, and static analysis with Ruff and MyPy
  • Automatically generated from OpenAPI specifications using AG2's MCP builder
  • Supports multiple transport modes including stdio, SSE, and streamable-HTTP
  • 0 GitHub stars

使用案例

  • Transforming an OpenAPI-defined API into an MCP-compliant server
  • Integrating AI models or agents with external APIs through a standardized protocol
  • Rapidly deploying an MCP server based on an existing API specification
Advertisement

Advertisement