[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "semanticapi-mcp"
version = "0.1.2"
description = "MCP server for Semantic API — search and discover APIs using natural language"
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
authors = [{ name = "Semantic API", email = "hello@semanticapi.dev" }]
keywords = ["mcp", "semantic-api", "api-discovery", "llm", "claude", "chatgpt"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"mcp>=1.0.0",
"httpx>=0.27.0",
]
[project.scripts]
semanticapi-mcp = "semanticapi_mcp.server:main"
[project.urls]
Homepage = "https://semanticapi.dev"
Repository = "https://github.com/peter-j-thompson/semanticapi-mcp"