# Agentic Profile A2a Mcp Express

> A2A and MCP client and server libraries

- **Type:** MCP server
- **Install:** `agentstack add mcp-agentic-profile-agentic-profile-a2a-mcp-express`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [agentic-profile](https://agentstack.voostack.com/s/agentic-profile)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [agentic-profile](https://github.com/agentic-profile)
- **Source:** https://github.com/agentic-profile/agentic-profile-a2a-mcp-express

## Install

```sh
agentstack add mcp-agentic-profile-agentic-profile-a2a-mcp-express
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# A2A and MCP client and server libraries

NOTE: This is not a full implementation of MCP and A2A, but instead a "lite" version 
for local testing and experimentation.  This code allows you to experiement with different
features and see the data flowing between clients and the server.

## Prerequisites

1. [Install Node](https://nodejs.org/en/download) v22.10.0 or higher  
2. A Google AI Studio API key from https://aistudio.google.com/api-keys
   Add this key to the .env file, such as

    ```
    GEMINI_API_KEY=your-api-key
    ```
3. [Install Git](https://github.com/git-guides/install-git)

## Install this repo for local testing

Open a terminal window and execute:

```bash
git clone git@github.com:agentic-profile/agentic-profile-a2a-mcp-express.git
```

## Local A2A Testing

1. Start the A2A and MCP services

```bash
npm install
npm run dev
```

2. In a separate terminal, start the A2A client

```bash
npm run chat
```

3. For verbose debug output, add the -v flag

```bash
npm run chat -- --v true
```

## Local MCP Testing

1. Start the A2A and MCP services

```bash
npm install
npm run dev
```

2. Start the MCP inspector

```bash
npx @modelcontextprotocol/inspector
```

3. From the MCP inspector running in your browser

- URL: http://localhost:4004/mcp/presence
- Transport Type: Streamable HTTP
- Connection Type: Direct

Then click the "Connect" button

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [agentic-profile](https://github.com/agentic-profile)
- **Source:** [agentic-profile/agentic-profile-a2a-mcp-express](https://github.com/agentic-profile/agentic-profile-a2a-mcp-express)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-agentic-profile-agentic-profile-a2a-mcp-express
- Seller: https://agentstack.voostack.com/s/agentic-profile
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
