Connect Cursor
Cursor supports MCP servers configured at the workspace level. Add Japan Finsight to your .cursor/mcp.json.
Setup
- In your project root, create or edit
.cursor/mcp.json:
{
"mcpServers": {
"japan-finsight": {
"url": "https://japanfinsight.com/mcp",
"headers": {
"Authorization": "Bearer your-api-key-from-welcome-email"
}
}
}
}
- Restart Cursor (or reload the window via Cmd-Shift-P → "Reload Window").
- Open Cursor's chat panel. Japan Finsight tools should be available to the agent.
Verify
In the chat panel:
"Use Japan Finsight to look up the latest cash flow for Sony."
Troubleshooting
If tools aren't appearing, check Cursor's MCP logs via Cmd-Shift-P → "MCP: Show logs". Common issues:
- Authorization header typo: leading "Bearer " is required
- Workspace not trusted: Cursor disables MCP in untrusted workspaces
Email data@japanfinsight.com if it's something else.