We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lwanger/insperity_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•203 B
[project]
name = "insperity-mcp"
version = "0.1.0"
description = "MCP server for the Insperity REST API"
requires-python = ">=3.13"
dependencies = [
"python-dotenv==1.2.1",
"requests==2.32.5",
]