Skip to main content
Glama

Typecast API MCP Server

by neosapience
pyproject.toml604 B
[project] name = "typecast-api-mcp-server" version = "0.1.0" description = "MCP Server for typecast-api" authors = [{ name = "Hyunseung Lee", email = "hyunseung@neosapience.com" }] readme = "README.md" requires-python = ">=3.12" dependencies = ["mcp", "httpx", "sounddevice", "soundfile", "click"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] typecast-api-mcp-server = "app.main:main" [tool.hatch.build.targets.wheel] packages = ["app"] [dependency-groups] dev = ["mcp[cli]>=1.6.0"] [tool.hatch.build] include = ["app/**/*.py", "README.md", "LICENSE"]

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/neosapience/typecast-api-mcp-server-sample'

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