MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

T
Teos Labs Due Diligence MCP

Public reference implementation for TEOS Labs

Created 2/4/2026
Updated about 9 hours ago
Repository documentation and setup instructions

TEOS Labs — Token Due Diligence (MCP Reference Client)

This repository provides a reference MCP client for integrating with the TEOS Labs Technical Due Diligence API.

What this is

  • A minimal Model Context Protocol (MCP) tool definition
  • A reference workflow to request technical configuration indicators
  • Example request/response schemas for partner integration

What this is NOT

  • Not production infrastructure
  • Not a smart-contract audit
  • Not financial, investment, or trading advice
  • No guarantees of accuracy, completeness, or outcomes

Quick start

npm install
export TEOS_API_KEY="YOUR_KEY"
export TEOS_API_ENDPOINT="https://labs.teosegypt.com/api/v1/query"
npm start

Example payloads

See:

  • examples/sample-request.json
  • examples/sample-response.json

Security

See docs/SECURITY.md

Support

For access requests, integration support, and responsible disclosures:

Contact: info@labs.teosegypt.com

Production services are operated under https://labs.teosegypt.com
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-teos-labs-due-diligence-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "elmahrosa-teos-labs-due-diligence-mcp": { "command": "npx", "args": [ "elmahrosa-teos-labs-due-diligence-mcp" ] } } }