Google PageRank for AI agents. 25,000+ tools indexed.

tablestakes MCP Server

oborchers/tablestakes

Score: 56.5 Rank #10 MCP Server
Are you the maintainer of oborchers/tablestakes? Claim this listing →

MCP server for reading and editing HTML/Markdown tables in GitBook-synced documents

Add AgentRank to Claude Code Discover and compare tools like oborchers/tablestakes — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

oborchers/tablestakes is a Python MCP server licensed under Apache-2.0. MCP server for reading and editing HTML/Markdown tables in GitBook-synced documents

Ranked #10 out of 129 indexed tools.

In the top 8% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python Apache-2.0 227 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 3

3 contributors → small team

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads 13% 227/wk

227 weekly installs → early adoption

Forks 0
Description Good
License Apache-2.0

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for oborchers/tablestakes
[![AgentRank](https://agentrank-ai.com/api/badge/tool/oborchers--tablestakes)](https://agentrank-ai.com/tool/oborchers--tablestakes/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/oborchers--tablestakes/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/oborchers--tablestakes" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="oborchers/tablestakes"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# tablestakes

An MCP server that gives LLMs clean, surgical access to tables trapped in messy HTML.

## The Problem

Tools like GitBook, Notion exports, and CMS platforms collapse tables into single-line HTML when syncing to Markdown files. The result looks like this in your editor:

```
<table><thead><tr><th width="520.11">Requirement</th><th width="122.07">Priority</th><th>Priority 1-2-3</th></tr></thead><tbody><tr><td><strong>1.1</strong> Agent sees only their Salesforce-assigned cases <strong>in the currently selected organization</strong> (case is "assigned" when SF <code>Case.OwnerId</code> matches the agent's linked SF user ID)...</td><td>Must</td><td>1</td></tr></tbody></table>
```

This is unreadable for humans and unreliable for LLMs. Models struggle to parse collapsed HTML tables, frequently hallucinate cell boundaries, and cannot edit them without corrupting the structure.

**tablestakes fixes this.** It sits between the LLM and the file, converting tables to clean pipe fo
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.