vercel-example
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
pinned to #a0f37a7updated 3 months ago
Ask your AI client: “install mcps/vercel-example”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/vercel-examplemetahub onboarded this repo on the author's behalf.
If you own github.com/ComposioHQ/composio on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
29,169
Last commit
3 months ago
Latest release
published
- #agentic-ai
- #agents
- #ai
- #ai-agents
- #aiagents
- #developer-tools
- #function-calling
- #gpt-4
- #javascript
- #js
- #llm
- #llmops
- #mcp
- #python
- #remote-mcp-server
- #sse
- #typescript
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a0f37a7· 3 months ago
Behavioral checks haven't run yet: the sandbox couldn't execute this artifact (it may need credentials we don't provide, or an unsupported build). An environment limit, not a verdict.
Kind-specific
4 passed1 warningMCP: ESM packagewarn
package.json missing "type": "module"
Modern MCP servers are ESM. Add `"type": "module"` unless you have a CJS-only reason.
MCP: launch path
scripts.start
MCP: @modelcontextprotocol/sdk in dependencies
pinned at "catalog:"
MCP: SDK version pinned
pinned at "catalog:"
MCP: server surface
0 tools
Release history
1- releasecurrenta0f37a7warn3 months ago
Contents
This example demonstrates how to use the Composio SDK with Vercel's AI SDK to create an AI-powered application that can interact with HackerNews data.
Features
- Integration with Composio SDK and Vercel AI SDK
- HackerNews front page summarization using GPT-4
- Streaming AI responses
- TypeScript support
Prerequisites
Getting Started
- Clone the repository and navigate to the example directory:
cd examples/vercel
- Install dependencies:
pnpm install
- Copy the
.env.examplefile to.envand fill in your API keys:
cp .env.example .env
- Update the
.envfile with your credentials:
COMPOSIO_API_KEY=your_composio_api_key
OPENAI_API_KEY=your_openai_api_key
- Start the development server:
pnpm start
How It Works
This example showcases how to:
- Initialize the Composio SDK with the Vercel provider
- Use the HackerNews tool to fetch front page data
- Generate AI responses using OpenAI's GPT-4
- Handle tool calls and results in a chat-like interface
Dependencies
@composio/core: Core Composio SDK@composio/vercel: Vercel integration for Composio@ai-sdk/openai: OpenAI integrationai: Vercel's AI SDK- TypeScript for type safety
License
ISC
Support
For questions and support, please refer to the Composio documentation or open an issue in the repository.
Reviews
No reviews yet. Be the first.
Related
mcp-example
Example project for Mcp
google-example
Example project for Google GenAI
Agno
The programming language for agentic software.
mh install mcps/vercel-example