“”"
ZTA Paradigm based MCP Server Authentication Setup
1. OAuth2
- Set environment variable
OAUTH2_SECRET_KEY
. - Send token in
Authorization: Bearer <token>
header.
2. Certificate-based Auth
- Send client certificate via
X-Client-Cert
header (for mock testing). - For production, integrate with mTLS.
3. API Key Auth
- Set env
VALID_API_KEYS
(comma-separated keys). - Send
X-API-Key: <your_key>
in the header. “”"
ZTA Paradigm based MCP Server
by akramIOT
197
Project Details
- akramIOT/ZTA_MCP_Server
- Last Updated: 5/1/2025
Recomended MCP Servers
Google Search MCP Server
A MCP server in development for Google Scholar
Logging Query Server
Supabase MCP Server
A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.
Exa Search
Claude can perform Web Search | Exa with MCP (Model Context Protocol)
Mac Shell Server
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a...
Google Classroom MCP Server
DEEP Web Research
Enhanced MCP server for deep web research
RAGDocs
Perplexity MCP Server
MCP web search using perplexity without any API KEYS
Sci-Hub MCP Server
Enable AI assistants to search, access, and analyze academic papers through Sci-Hub using a simple MCP interface.
Monday.com MCP Server
MCP Server to interact with Monday.com boards and items
Documentation Management and Integration
An MCP server inspired by devocs.io