To create your free trial API key, you can head over to the API Key Management Dashbord.

Connecting

  1. Users must connect the MCP server to their preferred AI tools.
  2. Enter the Finvera MCP server URL: https://docs.finvera.news/mcp
  3. Users copy the MCP server URL and add it to their tools.
This allows you to access Finvera documentation and API endpoints through your tools.
Here is the MCP config
{
  "mcpServers": {
    "Finvera": {
      "url": "https://docs.finvera.news/mcp",
      "disabled": false,
      "autoApprove": []
    }
  }
}