ShipHero MCP Server
@mattcoatsworth
About ShipHero MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Shiphero-mcp-server": {
"command": "npx",
"args": [
"shiphero-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ShipHero MCP Server?
A Model Context Protocol (MCP) server for interacting with the ShipHero API. It provides complete endpoint coverage, automatic authentication handling with token refresh, rate limiting, and comprehensive error handling.
How to use ShipHero MCP Server?
Install via npm install shiphero-mcp-server, create a .env file with SHIPHERO_API_KEY and SHIPHERO_API_SECRET, then run with npx shiphero-mcp. You can also test with npx @modelcontextprotocol/inspector npx shiphero-mcp.
Key features of ShipHero MCP Server
- Complete coverage of ShipHero API endpoints
- Authentication handling with automatic token refresh
- Rate limiting support
- Comprehensive error handling
- Built-in documentation resources
Use cases of ShipHero MCP Server
- Manage orders (create, update, cancel, list) programmatically
- Track and adjust product inventory levels
- Handle shipping operations (shipments, rates, returns)
- Manage warehouses, locations, and vendors
- Set up and manage webhook subscriptions
FAQ from ShipHero MCP Server
What authentication does ShipHero MCP Server use?
It uses ShipHero API credentials: an API key and API secret, configured via environment variables.
How do I configure ShipHero MCP Server?
Create a .env file with SHIPHERO_API_KEY and SHIPHERO_API_SECRET variables. No other configuration is needed.
Does ShipHero MCP Server support rate limiting?
Yes, the server includes rate limiting support as part of its feature set.
Can I access ShipHero API documentation through the server?
Yes, it provides a shiphero://docs/{section} resource that serves documentation for sections like orders, products, inventory, etc.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments