
Inistate MCP
Discover Inistate modules, manage entries, and submit activities from your agent against the Inistate API.
Overview
io.github.Inistate/inistate-mcp is a MCP server for the Build phase that discovers modules, manages entries, and submits activities on the Inistate platform.
What is this MCP server?
- Module discovery across the Inistate platform
- Entry management and activity submission via MCP tools
- Hosted remote https://mcp.inistate.com/mcp plus npm inistate-mcp stdio
- Bearer INISTATE_API_TOKEN with default api.inistate.com base
- Version 1.0.3 with streamable-http and stdio transports
- Server version 1.0.3
- Default API base https://api.inistate.com
- Remote MCP URL https://mcp.inistate.com/mcp
What problem does it solve?
Your agent cannot operate on Inistate records when module APIs and activity feeds are only documented outside the IDE.
Who is it for?
Builders already on Inistate who want agent-driven module exploration and data entry during feature integration.
Skip if: Teams not using Inistate or projects that need only static documentation without live platform APIs.
What do I get? / Deliverables
Once INISTATE_API_TOKEN is set, the agent can discover modules and create or update entries and activities through MCP.
- Discovered Inistate module metadata inside agent sessions
- Created or updated entries via API
- Submitted activities to Inistate workflows
Recommended MCP Servers
Journey fit
Inistate MCP wires your product or internal ops into a modular platform during implementation, which is Build-time integration work. Integrations is the right shelf for API token auth, module discovery, and entry or activity CRUD—not generic docs or ship-time testing.
How it compares
Inistate platform API bridge via MCP, not a generic database or Notion-style notes skill.
Common Questions / FAQ
Who is io.github.Inistate/inistate-mcp for?
Solo developers and integrators building on Inistate who want Claude Code, Cursor, or similar agents to call platform APIs safely.
When should I use io.github.Inistate/inistate-mcp?
During Build-phase integrations when you map modules, seed entries, or log activities while wiring automations or admin tools.
How do I add io.github.Inistate/inistate-mcp to my agent?
Create an Inistate API bearer token, set INISTATE_API_TOKEN, optionally INISTATE_API_BASE, then add https://mcp.inistate.com/mcp or npm inistate-mcp stdio in MCP config.