You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[dad-jokes](/examples/servers/dad-jokes/)| Python | Lambda | Streamable HTTP transport | OAuth | API Gateway |
22
-
|[dog-facts](/examples/servers/dog-facts/)| Typescript | Lambda | Streamable HTTP transport | OAuth | API Gateway |
23
-
|[mcpdoc ](/examples/servers/mcpdoc/)| Python | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
24
-
|[cat-facts](/examples/servers/cat-facts/)| Typescript | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
25
-
|[time](/examples/servers/time/)| Python | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
26
-
|[weather-alerts](/examples/servers/weather-alerts/)| Typescript | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
27
-
|[fetch](https://pypi.org/project/mcp-server-fetch/)| Python | Local process | stdio | N/A | N/A |
13
+
3.**book-search**: Ask "Who wrote the book Pride and Prejudice?"
14
+
4.**dictionary**: Ask "How do you pronounce the word 'onomatopoeia'?"
15
+
5.**inspiration**: Ask "Tell me the inspirational quote of the day."
16
+
6.**mcpdoc**: Ask "Summarize the first page of the Strands Agents documentation."
17
+
7.**cat-facts**: Ask "Tell me something about cats."
18
+
8.**time**: Ask "What is the current time?".
19
+
9.**weather-alerts**: Ask "Are there any weather alerts right now?".
20
+
10.**fetch**: Ask "Who is Tom Cruise?".
21
+
22
+
| MCP server | Language | Runtime | MCP transport | Authentication | Endpoint |
|[mcpdoc](/examples/servers/mcpdoc/)| Python | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
30
+
|[cat-facts](/examples/servers/cat-facts/)| Typescript | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
31
+
|[time](/examples/servers/time/)| Python | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
32
+
|[weather-alerts](/examples/servers/weather-alerts/)| Typescript | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
33
+
|[fetch](https://pypi.org/project/mcp-server-fetch/)| Python | Local process | stdio | N/A | N/A |
34
+
35
+
Note: The 'inspiration' MCP server uses Bedrock AgentCore Gateway's built-in support for OpenAPI targets,
0 commit comments