{% extends "base.html" %} {% block title %}Supported APIs — MCP Factory{% endblock %} {% block content %}
{% for api in apis %} {% endfor %}
API Auth Type Environment Variable Free Tier
{{ api.display_name }} {{ api.auth_type }} {{ api.env_var }} {% if api.free_tier %} ✓ Free {% else %} Paid {% endif %} Get key →
{% endblock %}