Skip to content

Commit e3c4158

Browse files
authored
Stripe Starter MCP server docs (#463)
Stripe starter MCP server docs
1 parent f193d5a commit e3c4158

File tree

444 files changed

+21588
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+21588
-10
lines changed

app/_components/starter-tool-info.tsx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ const StarterToolInfo: React.FC<StarterToolInfoProps> = ({ toolkitName }) => (
99
<Callout type="warning">
1010
<p>
1111
{toolkitName} is a{" "}
12-
<a href="/home/use-tools/types-of-tools#starter-tools">Starter</a>{" "}
13-
toolkit: each tool mirrors one HTTP endpoint and offers LLMs a way to
14-
interact with the low-level API.
12+
<u>
13+
<a href="/home/use-tools/types-of-tools#starter-tools">
14+
Starter MCP Server
15+
</a>
16+
</u>
17+
: each tool mirrors one HTTP endpoint and offers LLMs a way to interact
18+
with the low-level API.
1519
</p>
20+
<br />
1621
<p>
1722
Differently from{" "}
18-
<a href="/home/use-tools/types-of-tools#optimized-tools">
19-
Optimized tools
20-
</a>
23+
<u>
24+
<a href="/home/use-tools/types-of-tools#optimized-tools">
25+
Optimized MCP Servers
26+
</a>
27+
</u>
2128
, Starter tools are heavily influenced by the original API design, which
2229
is not usually optimized for LLM usage. For this reason, we recommend
23-
thoroughly evaluating the toolkit with your Agents or chatbots before
24-
using it in production.{" "}
25-
<a href="/home/use-tools/types-of-tools">Read more</a> about Optimized vs
26-
Starter tools.
30+
thoroughly evaluating the tools with your Agents or chatbots before using
31+
it in production. <a href="/home/use-tools/types-of-tools">Read more</a>{" "}
32+
about Optimized vs Starter tools.
2733
</p>
2834
</Callout>
2935
);

app/en/mcp-servers/components/toolkits-config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,15 @@ const comingSoonTools: Tool[] = [
844844
type: "arcade",
845845
isComingSoon: false,
846846
},
847+
{
848+
name: "Stripe API",
849+
image: "stripe.svg",
850+
summary: "Enable agents to interact with the low-level Stripe API.",
851+
link: "/mcp-servers/payments/stripe_api",
852+
category: "payments",
853+
type: "arcade_starter",
854+
isComingSoon: false,
855+
},
847856
{
848857
name: "TikTok",
849858
image: "tiktok.svg",

0 commit comments

Comments
 (0)