IEEE 802.11 MCP Server

IEEE 802.11 MCP Server

Semantic search and structured queries over IEEE 802.11 specifications, enabling AI assistants to search technical content, tables, and figures across multiple standards.

Category
访问服务器

README

IEEE 802.11 MCP Server

An MCP (Model Context Protocol) server that provides semantic search and structured queries over IEEE 802.11 specifications. Enables AI assistants like Claude to query technical specifications, tables, and figures from multiple standards (802.11be/Wi-Fi 7, 802.11bn/Wi-Fi 8, etc.).

Features

  • Multi-Spec Support: Index and search across multiple IEEE 802.11 specifications
  • Hybrid Storage: ChromaDB for semantic search + SQLite for structured queries
  • Semantic Search: Uses sentence-transformers embeddings for intelligent search
  • Structured Queries: Exact lookups by section/table/figure number, hierarchy browsing
  • Content Types: Search across sections, tables, and figures
  • Spec Filtering: Filter search results by specification
  • MCP Integration: Works with Claude Desktop and other MCP-compatible clients

Tools

Semantic Search (ChromaDB)

Tool Description
search_ieee80211 Search all content (sections, tables, figures). Optional spec filter.
search_sections Search only specification text sections. Optional spec filter.
search_tables Search only tables (encodings, parameters). Optional spec filter.
search_figures Search only figures (diagrams, formats). Optional spec filter.
list_specs List available specifications with document counts
get_database_stats Get ChromaDB statistics broken down by spec

Structured Queries (SQLite)

Tool Description
get_section Get a specific section by number (e.g., "9.4.2.322.2")
get_table Get a specific table by number (e.g., "9-417g")
get_figure Get a specific figure by number (e.g., "9-1074o")
list_sections List sections with optional filters (spec, level, page)
list_tables List tables with optional filters (spec, section_number)
list_figures List figures with optional filters (spec, section_number)
get_section_titles_by_level Get section titles at a specific hierarchy level
browse_section_hierarchy Overview of section counts by level with samples
get_sqlite_stats Get SQLite database statistics

Setup

1. Create Virtual Environment

python3.12 -m venv venv
source venv/bin/activate

2. Install Dependencies

pip install chromadb sentence-transformers "mcp[cli]"

3. Extract PDF Content

Extract content from one or more IEEE 802.11 specification PDFs:

# Extract 802.11be (Wi-Fi 7)
python chunk_pdf.py --pdf 80211be-2024.pdf --spec 80211be
# Creates: 80211be_output.json, figures/80211be/

# Extract 802.11bn (Wi-Fi 8)
python chunk_pdf.py --pdf 80211bn-2025.pdf --spec 80211bn
# Creates: 80211bn_output.json, figures/80211bn/

# Extract specific page range (for large PDFs)
python chunk_pdf.py --pdf 80211be-2024.pdf --spec 80211be --start-page 240 --end-page 500

4. Store in Databases

Vector Database (ChromaDB) - for semantic search

# Single spec
python store_to_vectordb.py --json 80211be_output.json

# Multiple specs (recommended)
python store_to_vectordb.py --json 80211be_output.json 80211bn_output.json

This creates the chroma_db/ directory with embeddings from all specs.

SQLite Database - for structured queries

# Single spec
python store_to_db.py --json 80211be_output.json --db ieee80211.db

# Multiple specs
python store_to_db.py --json 80211be_output.json 80211bn_output.json --db ieee80211.db

# Verify the data
python store_to_db.py --json 80211be_output.json --db ieee80211.db --verify

This creates ieee80211.db with tables for specifications, sections, tables, and figures.

5. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "ieee80211": {
      "command": "/path/to/venv/bin/python3",
      "args": ["/path/to/ieee80211_mcp_server.py"]
    }
  }
}

6. Restart Claude Desktop

Usage

In Claude Desktop

Ask questions like:

  • "What is EMLSR padding delay?"
  • "Show me the Multi-Link element format"
  • "Search for MLD capabilities in the 802.11be spec"
  • "Compare EMLSR between 802.11be and 802.11bn"
  • "List available specs"

Command Line

# Search the database
python store_to_vectordb.py --search-only --query "EMLSR transition delay"

# Run MCP server directly (for testing)
python ieee80211_mcp_server.py

Search with Spec Filter

All search tools support an optional spec parameter:

# Search all specs
search_ieee80211("EMLSR")

# Search specific spec only
search_ieee80211("EMLSR", spec="80211be")
search_sections("Multi-Link", spec="80211bn")

Structured Queries (SQLite)

Exact lookups by number:

# Get specific section
get_section("9.4.2.322.2")

# Get specific table
get_table("9-417g")

# Get specific figure
get_figure("9-1074o")

Browse section hierarchy:

# Get hierarchy overview
browse_section_hierarchy()

# Get all level 5 sections
get_section_titles_by_level(5)

# Get level 6 sections under a parent
get_section_titles_by_level(6, parent_section="9.4.2.322.2")

# List all tables in a section
list_tables(section_number="9.4.2")

Project Structure

├── chunk_pdf.py            # Extract content from PDF
├── store_to_vectordb.py    # Store content in ChromaDB (semantic search)
├── store_to_db.py          # Store content in SQLite (structured queries)
├── db_schema.sql           # SQLite schema definition
├── ieee80211_mcp_server.py # MCP server (ChromaDB + SQLite)
├── figures/                # Extracted figure images
│   ├── 80211be/           # Figures from 802.11be
│   └── 80211bn/           # Figures from 802.11bn
├── chroma_db/              # Vector database (generated)
├── ieee80211.db            # SQLite database (generated)
├── 80211be_output.json     # Extracted content (generated)
└── 80211bn_output.json     # Extracted content (generated)

Requirements

  • Python 3.12+
  • ChromaDB
  • sentence-transformers
  • MCP SDK

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选