Skip to main content
Glama
ahmedaminsa

Al Jazeera 360 MCP Server

by ahmedaminsa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort for the HTTP transport (cloud deployment).8080
AJ360_API_KEYYesPlatform API key (public, from browser network requests). No default is bundled — you must provide it.
MCP_TRANSPORTNoTransport mode: `stdio` (local), `streamable-http` (cloud, recommended), or `sse` (legacy cloud).streamable-http
AJ360_AUTH_TOKENNoShort-lived auth token (~10 min). Good for quick testing. Default is guest mode.
AJ360_ALLOWED_HOSTNoPublic 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_DBNoPath to SQLite analytics database.analytics.db
AJ360_REFRESH_TOKENNoLong-lived refresh token (~1 year). Best for production.
AJ360_DASHBOARD_PORTNoPort for the analytics dashboard.9090
AJ360_DASHBOARD_TOKENNoShared 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_DASHBOARDNoEnable/disable the analytics dashboard.true
AJ360_ENABLE_SEO_TOOLSNoSet 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources