Resources and prompts are ready
This product exposes product data and reusable prompts without callable API tools.
Use one secured, product-aware MCP server from ChatGPT, Claude, Cursor, VS Code, Codex, or your own agent runtime.
https://monetize.nordicdevhouse.com/api/mcpThis product exposes product data and reusable prompts without callable API tools.
In ChatGPT developer mode, create a custom MCP connection and paste the endpoint below. OAuth starts automatically.
Copy this configuration · URLhttps://monetize.nordicdevhouse.com/api/mcpAdd the remote HTTP server in Claude or Claude Code, then complete OAuth with /mcp.
Copy this configuration · Shellclaude mcp add --transport http data-monetization-mcp https://monetize.nordicdevhouse.com/api/mcpAdd this server to your project or user MCP configuration.
Copy this configuration · JSON{
"mcpServers": {
"data-monetization-mcp": {
"url": "https://monetize.nordicdevhouse.com/api/mcp"
}
}
}Add this server to .vscode/mcp.json or your user MCP configuration.
Copy this configuration · JSON{
"servers": {
"data-monetization-mcp": {
"type": "http",
"url": "https://monetize.nordicdevhouse.com/api/mcp"
}
}
}Add the remote Streamable HTTP server with the Codex CLI. Codex stores the connection in your MCP configuration.
Copy this configuration · Shellcodex mcp add data-monetization-mcp --url https://monetize.nordicdevhouse.com/api/mcpUse the remote MCP tool in the Responses API and keep approval enabled for non-read operations.
Copy this configuration · JSON{
"type": "mcp",
"server_label": "data-monetization-mcp",
"server_url": "https://monetize.nordicdevhouse.com/api/mcp",
"require_approval": {
"always": {
"read_only": false
},
"never": {
"read_only": true
}
}
}Read-only tools run with least-privilege scopes.
Write and destructive tools require explicit approval.
OAuth discovery and scoped authorization are built in.
Every call preserves request and trace identifiers for auditing.