Skip to main content
Glama

OpenVSP MCP Server

tool.py471 B
"""python-sdk MCP integration helper.""" from __future__ import annotations from mcp.server.fastmcp import FastMCP from .core import execute_openvsp from .models import OpenVSPRequest, OpenVSPResponse def build_tool(app: FastMCP) -> None: """Register the OpenVSP tool on the given MCP app.""" @app.tool() def vsp(request: OpenVSPRequest) -> OpenVSPResponse: # type: ignore[valid-type] return execute_openvsp(request) __all__ = ["build_tool"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yevheniikravchuk/openvsp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server