Enhanced MCP server for Limitless Pendant with advanced conversation analysis, meeting detection, action item extraction, and comprehensive
Solapi is installed from its publisher's own source and answers where it runs, so this marketplace is not in the path of a single call. There is no address here to send one to, and a panel that pretended otherwise would be showing you an answer we made up. Install it and call it from your own client — the Installation tab has the entry for each one.
Open InstallationWhat it does
MCP server for SOLAPI document search and integration
Quickstart
# 1 — run it from where its publisher ships it
npx -y @solapi/mcp-server
# 2 — ask your agent something
> MCP server for SOLAPI document search and integration
Solapi is free: there is no plan to choose, no cap to set and nothing that can bill you.
Collected from a public index. Nobody has claimed this account, so nothing here was written by its author — claim it if it is yours.
Where are you running it?
Every route below installs the same thing and ends at the same approval screen. This one runs on your machine: your client starts Solapi as a process under your own user, with your files and your network, so the tool surface below is what it can do to your computer rather than to a server somewhere else. It is scanned, signed and pinned to the version you choose — read the surface before you approve it.
This is a public server: you run it yourself and this marketplace is not in the path. Claude Code registers it in one command.
claude mcp add solapi-mcp -- npx -y @solapi/mcp-serverReconnect, or start a new session, and the tools appear in the model’s tool list.
One config entry your client uses to start the process locally. A local server runs with your file system and your network, which is why it is priced without metering.
45 tools, with what each one reads, writes and reaches shown before you agree — the same list on every route above. Read the tool surface.
Tool surface
What the model actually sees. Descriptions are diffed on every release — see version history.
List SOLAPI SDK examples synced from official SDK repositories. Returns lightweight catalog entries (id, sdk, language, category, title, htmlUrl). Use the returned id with get_example to fetch full source code. Filter by sdk and/or category, or pass q for substring match against title/path/category.
Takes no parameters.
SOLAPI 서비스 전체 개요와 SDK별 예제 카탈로그 통계를 제공합니다.
Takes no parameters.
Show the current send-safety policy: whether sending is enabled, the per-call recipient cap, the allowed-sender whitelist, and the corresponding env-var ceilings.
Takes no parameters.
Update the send-safety policy for the current MCP session. Changes are NOT persisted — the server resets to env-var defaults on restart. Env vars act as ceilings; values exceeding them are rejected. Hard lock via SOLAPI_MCP_DISABLE_SEND=true cannot be unlocked here.
Takes no parameters.
사용자가 명시적으로 웹 검색이나 최신 정보를 요청했을 때만 사용하세요. SOLAPI 웹사이트에서 실시간 정보를 검색합니다. 로컬 검색으로 충분하지 않거나 사용자가 웹에서 검색해달라고 명시적으로 요청한 경우에만 사용하세요.
Takes no parameters.
List all SOLAPI credential profiles saved in ~/.solactl/credentials.json. The active profile is marked with
Takes no parameters.
Show the credentials of a single profile (active by default). API secret is masked.
Takes no parameters.
Switch the active SOLAPI credential profile.
Takes no parameters.
Delete a saved SOLAPI credential profile.
Takes no parameters.
Save SOLAPI API credentials by running
Takes no parameters.
Create a Kakao alimtalk template. Either channelId or channelGroupId is required. SAFETY: requires confirmed=true.
Takes no parameters.
Update a Kakao alimtalk template by id. Only provided fields are changed. SAFETY: requires confirmed=true.
Takes no parameters.
Delete a Kakao alimtalk template by id. solactl is invoked with --yes. SAFETY: requires confirmed=true.
Takes no parameters.
Submit a Kakao alimtalk template for review. SAFETY: requires confirmed=true.
Takes no parameters.
Cancel an in-progress Kakao alimtalk template review. SAFETY: requires confirmed=true.
Takes no parameters.
Release a dormant Kakao alimtalk template. SAFETY: requires confirmed=true.
Takes no parameters.
Create a Kakao brand template. Either channelId or channelGroupId is required. SAFETY: requires confirmed=true.
Takes no parameters.
Update a Kakao brand template by id. SAFETY: requires confirmed=true.
Takes no parameters.
Delete a Kakao brand template by id. solactl is invoked with --yes. SAFETY: requires confirmed=true.
Takes no parameters.
List Kakao channels (alimtalk/friendtalk senders). Filter by channelId, searchId, phoneNumber, categoryCode, or restrict to mine.
Takes no parameters.
Get a single Kakao channel by id.
Takes no parameters.
List available Kakao channel categories.
Takes no parameters.
List Kakao channel groups. Status values: PENDING, INSPECTING, APPROVED, REJECTED.
Takes no parameters.
Get a single Kakao channel group by id.
Takes no parameters.
List Kakao alimtalk/brand templates. Status values: PENDING, INSPECTING, APPROVED, REJECTED.
Takes no parameters.
Get a single Kakao template by id.
Takes no parameters.
List available Kakao template categories.
Takes no parameters.
Check whether a Kakao template can be sent (filterable by channelId/templateId/senderKey/templateCode).
Takes no parameters.
List Kakao brand templates. Status values: ACTIVE, INACTIVE, DELETED.
Takes no parameters.
Check whether a Kakao brand template can be sent.
Takes no parameters.
Show the SOLAPI cash balance and points for the active profile.
Takes no parameters.
List recent SOLAPI message send history. Supports filtering by date range, type (SMS/LMS/MMS/ATA/RCS/...), and pagination via startKey returned in nextKey.
Takes no parameters.
Show current sending quota: current limit, min/max bounds, auto-adjustment flag, and overseas quota.
Takes no parameters.
List previously submitted quota-increase requests. Status values: PENDING, APPROVED, REJECTED.
Takes no parameters.
List registered sender phone numbers. Active only by default; pass
Takes no parameters.
Submit a quota-increase request. To maximize approval speed, the
Takes no parameters.
Send a Kakao alimtalk (ATA) message. Requires pfid (Kakao channel ID) and templateId. The text body is filled by the template — pass
Takes no parameters.
Send a Kakao friendtalk (BMS) message. Requires pfid. Either templateId (template mode) or free=true with bubbleType (free-form mode). SAFETY: requires confirmed=true.
Takes no parameters.
Send an LMS (long SMS, up to 2000 bytes) via SOLAPI. SAFETY: requires confirmed=true to actually send.
Takes no parameters.
Send an MMS (image-attached) message via SOLAPI. Requires a local image file path. SAFETY: requires confirmed=true to actually send.
Takes no parameters.
Send an RCS message via SOLAPI. Requires a brandId. Optional templateId (with variables JSON), subject, image, mmsType, copyAllowed. SAFETY: requires confirmed=true.
Takes no parameters.
Send an SMS message via SOLAPI. SAFETY: requires confirmed=true to actually send. Without confirmed=true, returns a dry-run preview only.
Takes no parameters.
Delete a registered sender phone number. SAFETY: requires confirmed=true. solactl is invoked with --yes to skip its own interactive prompt.
Takes no parameters.
Activate or deactivate a registered sender phone number. SAFETY: requires confirmed=true.
Takes no parameters.
Upgrade the bundled solactl binary to the latest GitHub release (or a specific version). Skipped if already up-to-date. Disabled when SOLAPI_MCP_SOLACTL_BIN is set.
Takes no parameters.
- Every tool, no call limit
- No card, no account needed
- Source published under a licence you can read
- Runs on your machine — nothing of it reaches our gateway
- Nothing to cap, because nothing bills
What counts against your monthly calls
| Tool | Unit | Calls used | Out of the allowance |
|---|
Nothing here is billable. Solapi costs nothing to install and nothing to call, at any volume.
Two independent axes, because powerful and malicious are different questions. The grade is threat only. The capability level is blast radius, and it is never a penalty on the grade — it is priced as one subtract-only term in the score, where you can see it.
| Term | Level | What it prices | Points |
|---|---|---|---|
| −1.2 | |||
| capability-exposure | high | capability blast radius (high) — client exposure if the model is manipulated | −6 |
| verification-discount | source | publisher verification (provenance) — cryptographic build provenance ties the artifact to its source | −0 |
| coverage-honesty | source | inspection depth (source) — how much of the target the scan could see | −0 |
What the scan could actually read
A grade is only as meaningful as its coverage, so the scanner publishes its own depth before it publishes its result.
No tools were enumerated, so prompt-injection, capability and toxic-flow analysis had no tool surface to inspect. To grade a package’s real runtime tools, scan the running server: --command "npx -y <package>".
Capability — what it could do if the model were manipulated
Tags derived from each tool’s schema and the implementation, not from what the tool calls itself. high is the level these add up to.
| Tool | Capability tags | Why the tag was assigned |
|---|---|---|
| No per-tool rows for this release — see the note below. | ||
Toxic-flow graph
The lethal trifecta, checked as a graph rather than as a checklist: untrusted input, a sensitive source and an external sink have to meet before there is a path worth worrying about.
The public result for this release does not print the flow graph, so there is nothing to show here. That is not the same as "no paths were found": what the scan did read is above, under coverage.
Supply chain and provenance
This is the first scan of this surface here, so there is nothing yet to compare it against.
Every result on this tab comes from one deterministic pass over the published package — offline, rule by rule, and auditable line by line above. Same methodology version, same bytes, same score.
Release history
Pinned to 1.10.7 — the install command below asks for that release. A pin is part of an install, so it is kept for this visit and written down when you install.
No release note was published with this version.
Only accounts with at least 50 real tool calls against this server in the last 90 days can post. Ratings are weighted by how much the reviewer actually uses it, and publishers can reply once per review.
Writing one takes an account with at least 50 real tool calls against Solapi in the last 90 days. That is the whole gate — there is no other way to post, which is why the counts beside each review are worth reading.
Nobody has reviewed this listing. The rating on the card is the mean of the reviews written here and nothing else, so there is no rating until somebody writes the first — which takes an account with 50 real tool calls against it.