By trivial-corp
Book hotels through Trip1's MCP server and pay over x402 on Base. Guides the agent through hotel search, rate comparison, booking, x402 payment handshake, and the CoinGate fallback.
A plugin that lets agents book hotels on Trip1 through the Trip1 MCP server, paid in USDC on Base over x402.
Ships one skill, hotel-booking, which activates when the user wants to find, compare, or book a hotel.
.claude-plugin/plugin.json — Claude Code / Claude Desktop plugin manifest.mcp.json — wires the Trip1 remote MCP server so the plugin is self-containedskills/hotel-booking/SKILL.md — the skill that orchestrates the full booking flow/plugin marketplace add trivial-corp/agents
/plugin install trip1@trivial-corp/agents
The MCP server and the skill come in together. Restart the session so Claude Code picks up the new MCP connection.
Two options.
As a local plugin. Download agents.zip from the latest release, then in Claude Desktop go to Customize → Personal plugins → Upload local plugin and drop the zip in.
As a connector. If you only want the MCP server without the skill, add the connector directly:
{
"mcpServers": {
"trip1": {
"type": "http",
"url": "https://trip1.com/api/mcp"
}
}
}
npx skills add trivial-corp/agents
This installs the skill. Add the MCP server separately via your client's MCP config (same JSON as above).
ChatGPT supports remote MCP connectors. In Settings → Connectors → Add, point it at:
https://trip1.com/api/mcp
The skill doesn't apply here; ChatGPT doesn't load SKILL.md files. The tool descriptions in the MCP server carry enough intent for ChatGPT to drive the flow on its own.
Any client that speaks remote MCP (Streamable HTTP) can add Trip1 as a connector. Paste the same mcpServers block above, or the bare URL https://trip1.com/api/mcp if the client accepts URLs directly.
git clone https://github.com/trivial-corp/agents
cd agents
claude --plugin-dir .
The skill is instructions, not code. It tells the agent:
For fully hands-off agent payments, load an x402-capable wallet MCP alongside Trip1. The simplest option:
npx @coinbase/payments-mcp
Without it, purchase_hotel returns a CoinGate URL that a human finishes in a browser. CoinGate takes USDC and 50+ other cryptocurrencies.
Bump version in .claude-plugin/plugin.json and merge to main. The release.yml workflow tags vX.Y.Z, packages agents.zip (full plugin bundle) plus one zip per skill under skills/, and publishes them to a GitHub release.
To cut a release from an existing commit instead, push a tag manually: git tag -a vX.Y.Z -m "..." && git push origin vX.Y.Z. The same workflow handles it.
com.trip1/mcpExternal network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub trivial-corp/agents --plugin trip1Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.