<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>MCPulse — Analytics for MCP servers</title><description>Find which of your MCP tools AI agents retry, ignore or never call — first-call success, empty answers, schema cost. Two lines. Never your arguments or results.</description><link>https://getmcpulse.com</link><item><title>MCPulse is live on Product Hunt</title><link>https://getmcpulse.com/blog/live-on-product-hunt</link><guid isPermaLink="true">https://getmcpulse.com/blog/live-on-product-hunt</guid><description>Sixteen metrics for MCP servers, two lines to install, and the per-client split that a server-wide average hides. Free for one server.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>The Smithery registry strips required from stored schemas</title><link>https://getmcpulse.com/blog/registry-strips-required</link><guid isPermaLink="true">https://getmcpulse.com/blog/registry-strips-required</guid><description>Zero of 82,549 stored tools carry a top-level required array. 2,064 nested objects still carry theirs, which narrows the cause considerably.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>The MCP servers that get their schemas right</title><link>https://getmcpulse.com/blog/the-servers-that-get-it-right</link><guid isPermaLink="true">https://getmcpulse.com/blog/the-servers-that-get-it-right</guid><description>718 of 2,255 servers have no undescribed parameters, no colliding tools, and no unenforced closed sets. They are smaller, cheaper and more distinctive.</description><pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Should you split a large MCP server?</title><link>https://getmcpulse.com/blog/should-you-split-a-large-mcp-server</link><guid isPermaLink="true">https://getmcpulse.com/blog/should-you-split-a-large-mcp-server</guid><description>A decision framework with the corpus data as the input. Under fifteen tools the answer is no. Past sixty it is probably yes, and rewording will not save you.</description><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>An MCP tool description checklist</title><link>https://getmcpulse.com/blog/mcp-tool-description-checklist</link><guid isPermaLink="true">https://getmcpulse.com/blog/mcp-tool-description-checklist</guid><description>Nine checks, each with the rate it occurs across 4,749 public servers, so you can spend your time on the two faults that are actually likely.</description><pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Why the model won&apos;t call your tool</title><link>https://getmcpulse.com/blog/why-the-model-wont-call-your-tool</link><guid isPermaLink="true">https://getmcpulse.com/blog/why-the-model-wont-call-your-tool</guid><description>Six causes, ordered by how often they turn up in a corpus of 4,749 servers. Start with the one that is 17.7% likely, not the one that feels most plausible.</description><pubDate>Sat, 29 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>How to test your MCP server&apos;s tool schemas</title><link>https://getmcpulse.com/blog/how-to-test-your-tool-schemas</link><guid isPermaLink="true">https://getmcpulse.com/blog/how-to-test-your-tool-schemas</guid><description>A twenty-minute pass — dump the real response, run four checks, fix the two faults that account for most of the corpus, then put one assertion in CI.</description><pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>How to read a tools/list response</title><link>https://getmcpulse.com/blog/how-to-read-a-tools-list</link><guid isPermaLink="true">https://getmcpulse.com/blog/how-to-read-a-tools-list</guid><description>The JSON your MCP server returns is the entire brief a model gets. Here is how to read it the way a model has to, field by field.</description><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Eight MCP servers publish no tools at all</title><link>https://getmcpulse.com/blog/servers-that-publish-no-tools</link><guid isPermaLink="true">https://getmcpulse.com/blog/servers-that-publish-no-tools</guid><description>They are listed, installable and reachable, and tools/list comes back empty. This figure was 13 until we deduplicated the corpus — a lesson in counting.</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Which JSON Schema features do MCP servers actually use?</title><link>https://getmcpulse.com/blog/json-schema-features-mcp</link><guid isPermaLink="true">https://getmcpulse.com/blog/json-schema-features-mcp</guid><description>default appears on 17.2% of parameters — more than enum. format is 2.1%, pattern 1.6%, and examples 0.3%. Most of JSON Schema goes unused.</description><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>How deep do MCP input schemas nest?</title><link>https://getmcpulse.com/blog/how-deep-mcp-schemas-nest</link><guid isPermaLink="true">https://getmcpulse.com/blog/how-deep-mcp-schemas-nest</guid><description>83.1% of tools are one level deep and the deepest is thirteen. Deeply nested schemas are better documented than flat ones, not worse — 18.2% against 21.8%.</description><pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Should you prefix MCP tool names with the server name?</title><link>https://getmcpulse.com/blog/should-you-prefix-tool-names</link><guid isPermaLink="true">https://getmcpulse.com/blog/should-you-prefix-tool-names</guid><description>10.6% of servers do. They collide less, not more — 14.6% zero-distinctive against 18.5% — and the cost is bytes rather than clarity.</description><pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>How MCP authors name tools — get, list, search</title><link>https://getmcpulse.com/blog/how-mcp-authors-name-tools</link><guid isPermaLink="true">https://getmcpulse.com/blog/how-mcp-authors-name-tools</guid><description>Only 33.4% of 82,549 tool names start with a common verb. get alone is 15.6%, and 12,892 tools begin with it — which is where the collisions live.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>What makes a good MCP tool description?</title><link>https://getmcpulse.com/blog/what-makes-a-good-description</link><guid isPermaLink="true">https://getmcpulse.com/blog/what-makes-a-good-description</guid><description>Length is not the answer. Across 75,914 tools the correlation between description length and distinctiveness is +0.034 — statistically nothing.</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>The MCP server that ships 2,530 tools</title><link>https://getmcpulse.com/blog/the-2530-tool-server</link><guid isPermaLink="true">https://getmcpulse.com/blog/the-2530-tool-server</guid><description>866KB of schema, about 216,000 tokens on every connection, and every single tool carries a description. 34.3% of its parameters do not.</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Popular MCP servers vs the long tail</title><link>https://getmcpulse.com/blog/popular-vs-long-tail</link><guid isPermaLink="true">https://getmcpulse.com/blog/popular-vs-long-tail</guid><description>The most-installed servers are bigger — 30.4 tools against 16.6 — and worse on both schema measures. 28.6% of their parameters are undescribed, against 20.8%.</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>When &quot;valid values&quot; is prose and the schema says string</title><link>https://getmcpulse.com/blog/valid-values-open-string</link><guid isPermaLink="true">https://getmcpulse.com/blog/valid-values-open-string</guid><description>857 parameters across 4.4% of servers name their valid values in prose and leave the schema an open string. A one-line fix, and only one of the two is enforced.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Only 8% of MCP parameters use an enum</title><link>https://getmcpulse.com/blog/enums-in-mcp-schemas</link><guid isPermaLink="true">https://getmcpulse.com/blog/enums-in-mcp-schemas</guid><description>20,263 of 257,287 parameters constrain their values. 12.4% of string parameters do. One enum in the corpus has 3,517 values, and 270 have exactly one.</description><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Almost nobody duplicates MCP tool names</title><link>https://getmcpulse.com/blog/duplicate-tool-names</link><guid isPermaLink="true">https://getmcpulse.com/blog/duplicate-tool-names</guid><description>9 servers out of 4,749 ship a duplicate tool name — 0.19%, and only 16 duplicated entries in the whole corpus. If this is on your review checklist, take it off.</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>What MCP servers cannot tell you</title><link>https://getmcpulse.com/blog/what-mcp-servers-cannot-tell-you</link><guid isPermaLink="true">https://getmcpulse.com/blog/what-mcp-servers-cannot-tell-you</guid><description>You ship a server, it gets listed, people install it. From that moment on you are working blind — and the directories report almost none of what you need.</description><pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Tool descriptions or parameter descriptions?</title><link>https://getmcpulse.com/blog/which-descriptions-matter</link><guid isPermaLink="true">https://getmcpulse.com/blog/which-descriptions-matter</guid><description>One failure scales sixty-three times with server size. The other is flat at every size. So fixing either does nothing for the other — they are separate jobs.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Is there a right number of parameters per MCP tool?</title><link>https://getmcpulse.com/blog/params-per-tool</link><guid isPermaLink="true">https://getmcpulse.com/blog/params-per-tool</guid><description>The median MCP tool takes 2 parameters and 9.5% take none. The undescribed-parameter rate is worst on tools with exactly one — 26.9%, against 19.9% at four to six.</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Your shared tool preamble costs more than it buys</title><link>https://getmcpulse.com/blog/shared-tool-preambles</link><guid isPermaLink="true">https://getmcpulse.com/blog/shared-tool-preambles</guid><description>One server repeats the same 112 words at the start of all 193 of its tool descriptions. It was added to help. It is why its tools cannot be told apart.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Why models pick the wrong MCP tool</title><link>https://getmcpulse.com/blog/why-models-pick-the-wrong-tool</link><guid isPermaLink="true">https://getmcpulse.com/blog/why-models-pick-the-wrong-tool</guid><description>17.6% of tools across 4,749 servers have no word setting them apart from a sibling. But 89.6% still have a distinctive name, which shrinks the claim and sharpens it.</description><pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>First-call success is what grades your tool descriptions</title><link>https://getmcpulse.com/blog/first-call-success</link><guid isPermaLink="true">https://getmcpulse.com/blog/first-call-success</guid><description>Uptime grades your infrastructure. Error rate grades your code. First-call success grades the part you wrote yourself — the words.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>What does your MCP tool list cost per connection?</title><link>https://getmcpulse.com/blog/what-your-tool-list-costs</link><guid isPermaLink="true">https://getmcpulse.com/blog/what-your-tool-list-costs</guid><description>The median public MCP server spends about 1,250 tokens of schema before anyone asks a question. The 90th percentile spends 7,992. One spends 286,000.</description><pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>How many tools should an MCP server have?</title><link>https://getmcpulse.com/blog/how-many-tools</link><guid isPermaLink="true">https://getmcpulse.com/blog/how-many-tools</guid><description>Across 4,749 public servers, the share of tools with nothing to tell them apart rises from 0.5% to 32.4% as the tool count grows. That is a factor of sixty-three.</description><pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>21.5% of MCP parameters have no description at all</title><link>https://getmcpulse.com/blog/21-percent-of-parameters</link><guid isPermaLink="true">https://getmcpulse.com/blog/21-percent-of-parameters</guid><description>55,383 of 257,287 parameters across 4,749 servers ship with nothing but a name and a type. Only 0.4% of tools do. That asymmetry is the whole finding.</description><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>We read the schemas of 4,749 public MCP servers</title><link>https://getmcpulse.com/blog/reading-5000-mcp-schemas</link><guid isPermaLink="true">https://getmcpulse.com/blog/reading-5000-mcp-schemas</guid><description>Not what models do with your tools — what they are handed first. 82,549 tools, 257,287 parameters, one tool in six with nothing to tell it from its neighbour.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Empty results are failures the protocol calls success</title><link>https://getmcpulse.com/blog/empty-results-are-failures</link><guid isPermaLink="true">https://getmcpulse.com/blog/empty-results-are-failures</guid><description>An empty array is a 200. The model got nothing it could use, the user got a shrug, and no error was recorded anywhere. These are the failures nobody reports.</description><pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Your tool schemas are billed on every session, used or not</title><link>https://getmcpulse.com/blog/schema-tokens-every-session</link><guid isPermaLink="true">https://getmcpulse.com/blog/schema-tokens-every-session</guid><description>Descriptions and JSON Schema go into the context window at the start of every conversation. Twelve tools can cost 3,000 tokens before anyone asks a question.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Dead tools — registered, described, and never once called</title><link>https://getmcpulse.com/blog/dead-tools</link><guid isPermaLink="true">https://getmcpulse.com/blog/dead-tools</guid><description>Every server has at least one. It costs schema tokens on every session, competes for the model&apos;s attention, and returns nothing, because nobody has ever reached it.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Telling a crash from an error return is harder than it looks</title><link>https://getmcpulse.com/blog/crashed-vs-tool-error</link><guid isPermaLink="true">https://getmcpulse.com/blog/crashed-vs-tool-error</guid><description>The MCP SDK catches whatever your handler throws and turns it into an error result. From outside the handler, a bug and a deliberate error look identical.</description><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>bad_args is a message about your schema, not about the model</title><link>https://getmcpulse.com/blog/bad-args-is-a-schema-problem</link><guid isPermaLink="true">https://getmcpulse.com/blog/bad-args-is-a-schema-problem</guid><description>When arguments fail validation, the instinct is that the model got it wrong. Usually the schema asked for something the model had no way to know.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Why we hash arguments instead of storing them</title><link>https://getmcpulse.com/blog/why-we-hash-arguments</link><guid isPermaLink="true">https://getmcpulse.com/blog/why-we-hash-arguments</guid><description>Twelve hex characters of a SHA-256 over the arguments, keys sorted. Enough to tell whether two calls were the same, and not enough for anything else.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>Privacy</category></item><item><title>Why the SDK runs inside your server, not in front of it</title><link>https://getmcpulse.com/blog/not-a-proxy</link><guid isPermaLink="true">https://getmcpulse.com/blog/not-a-proxy</guid><description>A proxy is easier to build and the wrong thing to ship. Directory-listed servers cannot change their URL, and OAuth breaks when traffic is redirected.</description><pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>Percentiles cannot be summed, so we bucket latency instead</title><link>https://getmcpulse.com/blog/percentiles-cannot-be-summed</link><guid isPermaLink="true">https://getmcpulse.com/blog/percentiles-cannot-be-summed</guid><description>You cannot average two days of p95 and get the week&apos;s p95. Four counters can be added across any range and still tell you the truth.</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>Sessions cross midnight, and other counter traps</title><link>https://getmcpulse.com/blog/sessions-cross-midnight</link><guid isPermaLink="true">https://getmcpulse.com/blog/sessions-cross-midnight</guid><description>Bucketed counters are how a dashboard stays fast. But some things are not buckets, and summing them by day quietly double-counts every one that spans two.</description><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>What a 10kb tool response actually costs</title><link>https://getmcpulse.com/blog/what-a-heavy-response-costs</link><guid isPermaLink="true">https://getmcpulse.com/blog/what-a-heavy-response-costs</guid><description>Roughly 2,500 tokens, about a cent, and a chunk of the context window that the rest of the conversation no longer has. The last one is the expensive part.</description><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Writing tool descriptions for a reader who gets one pass</title><link>https://getmcpulse.com/blog/writing-tool-descriptions</link><guid isPermaLink="true">https://getmcpulse.com/blog/writing-tool-descriptions</guid><description>The model reads your description once, alongside forty others, and decides immediately. Everything that makes documentation good makes a tool description worse.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>What gets computed at 2am, and why it cannot be done sooner</title><link>https://getmcpulse.com/blog/the-nightly-pass</link><guid isPermaLink="true">https://getmcpulse.com/blog/the-nightly-pass</guid><description>Three of the sixteen metrics need to see what came after a call. That is not knowable when the call arrives, so it happens overnight — and the dashboard says so.</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>Counters exist so that calls can be deleted</title><link>https://getmcpulse.com/blog/rollups-exist-so-events-can-be-deleted</link><guid isPermaLink="true">https://getmcpulse.com/blog/rollups-exist-so-events-can-be-deleted</guid><description>Every call is written twice — once as a row you will throw away, once as a counter you keep forever. The second one is what makes the first one disposable.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>Naming tools for a reader who cannot see your API</title><link>https://getmcpulse.com/blog/naming-tools</link><guid isPermaLink="true">https://getmcpulse.com/blog/naming-tools</guid><description>The model has your tool name, your description, and nothing else. No source, no docs site, no colleague to ask. The name is doing more work than you think.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>Tool design</category></item><item><title>Instrumentation must never break the thing it measures</title><link>https://getmcpulse.com/blog/instrumentation-must-never-break-it</link><guid isPermaLink="true">https://getmcpulse.com/blog/instrumentation-must-never-break-it</guid><description>The SDK runs inside someone else&apos;s production server. Three rules follow from that, and none of them are negotiable — including handing the server back unmodified.</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate><category>Engineering</category></item><item><title>Which tools get called together, and what that tells you</title><link>https://getmcpulse.com/blog/tool-pairs</link><guid isPermaLink="true">https://getmcpulse.com/blog/tool-pairs</guid><description>Models chain tools. When two of yours are always called in sequence, that pattern is usually a design note you have not read yet.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Cost per session is the number to quote</title><link>https://getmcpulse.com/blog/cost-per-session</link><guid isPermaLink="true">https://getmcpulse.com/blog/cost-per-session</guid><description>Not the monthly bill — that measures how popular you are. Cost per session measures how expensive you are, which is the part you control.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate><category>Measurement</category></item><item><title>Five questions a security review asks about your analytics</title><link>https://getmcpulse.com/blog/passing-a-security-review</link><guid isPermaLink="true">https://getmcpulse.com/blog/passing-a-security-review</guid><description>If your MCP server touches customer data, someone will ask what your monitoring vendor receives. These are the five questions, and the answers that end them.</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate><category>Privacy</category></item></channel></rss>