Serversio.github.RyanKramer/shippost-mcp
M

io.github.RyanKramer/shippost-mcp

io.github.RyanKramer/shippost-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: shippost-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RyanKramer/shippost-mcp",
  "description": "Twitter/X tools for AI agents — read timelines, post tweets, search, and engage",
  "repository": {
    "url": "https://github.com/RyanKramer/shippost-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "shippost-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Twitter OAuth 2.0 access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TWITTER_ACCESS_TOKEN"
        },
        {
          "description": "Twitter refresh token for automatic renewal",
          "format": "string",
          "isSecret": true,
          "name": "TWITTER_REFRESH_TOKEN"
        },
        {
          "description": "Your Twitter app client ID (needed for token refresh)",
          "format": "string",
          "name": "TWITTER_CLIENT_ID"
        },
        {
          "description": "ShipPost API key for AI-powered features (get at https://shippost.ai)",
          "format": "string",
          "isSecret": true,
          "name": "SHIPPOST_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}