Al Jazeera 360 MCP Server
by ahmedaminsa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for the HTTP transport (cloud deployment). | 8080 |
| AJ360_API_KEY | Yes | Platform API key (public, from browser network requests). No default is bundled — you must provide it. | |
| MCP_TRANSPORT | No | Transport mode: `stdio` (local), `streamable-http` (cloud, recommended), or `sse` (legacy cloud). | streamable-http |
| AJ360_AUTH_TOKEN | No | Short-lived auth token (~10 min). Good for quick testing. Default is guest mode. | |
| AJ360_ALLOWED_HOST | No | Public hostname of your deployment (no scheme). Required when self-hosting on a custom domain — the DNS-rebinding protection rejects unknown hosts with 421. | |
| AJ360_ANALYTICS_DB | No | Path to SQLite analytics database. | analytics.db |
| AJ360_REFRESH_TOKEN | No | Long-lived refresh token (~1 year). Best for production. | |
| AJ360_DASHBOARD_PORT | No | Port for the analytics dashboard. | 9090 |
| AJ360_DASHBOARD_TOKEN | No | Shared secret for the analytics data endpoints (`/api/stats`, `/api/recent`). When set, callers must send `Authorization: Bearer <token>` or `?token=<token>`. Strongly recommended for any public/cloud deployment. | |
| AJ360_ENABLE_DASHBOARD | No | Enable/disable the analytics dashboard. | true |
| AJ360_ENABLE_SEO_TOOLS | No | Set to `1` to register the 16 SEO/analytics tools (full profile). | off |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues