iterate | mock-mcp-server
model context protocol testing server
no-auth mode
direct mcp connection, no authentication
endpoint
https://mock-staging.iterate.com/mcp
tools
- add(a, b) - basic arithmetic
- echo(message) - echo back
- getCurrentTime() - server time
- throwError() - error simulation
- delayedResponse(delayMs) - async testing
oauth mode
full oauth 2.1 + pkce flow, auto-approves with generated mock users
endpoint
https://mock-staging.iterate.com/oauth/mcp
behavior
- client registration: automatic
- user authorization: auto-approved
- token exchange: standard oauth
- mock user: auto-generated on each connection
oauth-specific tools
- userInfo() - authenticated user data
- greet(formal?) - personalized greeting
- adminAction(action) - permission demo