The official MCP server for the Typeship API.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/typeship-ax/mcp{
"mcpServers": {
"mcp": {
"command": "node",
"args": ["/path/to/mcp/dist/index.js"]
}
}
}MCP Servers overview
# @typeship-ax/mcp
MCP server for typeship. [API reference](./api.md)
Generated from the OpenAPI spec by [typeship](https://typeship.dev). Change the spec or generation settings, then regenerate; generated files are not hand-edited.
- **Zero runtime dependencies** — built on the platform `fetch` (Node 18+, browsers, edge runtimes)
- **Agent-ready MCP** — schema-derived tools, argument validation, read-only mode, and bounded results
## Install
```sh
npm install @typeship-ax/mcp
```
## MCP server
A zero-dependency stdio server exposing a compact discovery surface: `search_docs`, `read_docs`, and `execute`. Read an operation before executing it to get its complete schema, example arguments, and safety classification. Add this package to an MCP client:
```json
{
"mcpServers": {
"typeship": {
"command": "npx",
"args": [
"-y",
"--package",
"@typeship-ax/mcp",
"typeship-mcp"
],
"env": {
"TYPESHIP_TOKEN": "replace-with-your-credential"
}
}
}
}
```
Replace the credential placeholder using the MCP client's secret storage when it has one. The local server reads `TYPESHIP_TOKEN` from its environment; credentials never belong in command arguments. If you also generated the CLI, its `typeship login` command stores credentials the local MCP server can reuse.
Tool input schemas are derived from the OpenAPI spec, so agents see real parameter types and required fields. Arguments are checked before anything reaches the API (unknown or mistyped ones come back as one `isError` result, nothing is dropped), every tool takes `fields` to keep only the result keys it needs, and errors carry a stable `code` and `next_steps`.
Add `--read-only` to `args` (or set `TYPESHIP_MCP_READ_ONLY=1`) for a server that cannot write, `--tools accounts,reports` (or `TYPESHIP_MCP_TOOLS`) to expose a subset, and `TYPESHIP_MCP_MAX_RESULT_CHARS` to change the result size cap (64,000).
What people ask about mcp
What is typeship-ax/mcp?
+
typeship-ax/mcp is mcp servers for the Claude AI ecosystem. The official MCP server for the Typeship API. It has 0 GitHub stars and its last recorded update is dated 2026-08-24.
How do I install mcp?
+
You can install mcp by cloning the repository (https://github.com/typeship-ax/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is typeship-ax/mcp safe to use?
+
Our security agent has analyzed typeship-ax/mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains typeship-ax/mcp?
+
typeship-ax/mcp is maintained by typeship-ax. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.
Are there alternatives to mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/typeship-ax-mcp)<a href="https://claudewave.com/repo/typeship-ax-mcp"><img src="https://claudewave.com/api/badge/typeship-ax-mcp" alt="Featured on ClaudeWave: typeship-ax/mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!