Content Tools
counselorai.app
Assists with college financial aid and application paperwork by drafting appeal and recommendation letters, analyzing award letters, and generating FAFSA checklists.
ENDPOINT 1
https://api.counselorai.app/mcp
MCP server metadata
- Name
- counselorai
- Version
- 1.2.0
Every tool call on this server is metered and billed in credits. Prices are in each tool description. Check the balance any time with the account_balance tool. On insufficient_credits, stop and tell the user to top up rather than retrying.
Known tools 13
letterlensAnalyze a finished recommendation letter and return specific fixes: what is vague, what is asserted without evidence, what reads as generated.
Inferred read-onlyawardlensBreak down one to three financial aid award letters: what is grant, what is loan, what is work-study that has to be earned, what the real out-of-pocket cost is, and what renewal conditions are buried in the language.
Inferred read-onlyfafsaProduce a FAFSA action checklist for one student, keyed to their grade, dependency status and income band.
Inferred read-onlyaidExplain what a family is likely to see across a list of schools and why, in plain language.
Inferred read-onlyscholarshipSurface scholarships worth this student's time and the angle their application should take for each.
Inferred read-onlytranslateTranslate counselor-facing output into a family's language, holding the financial aid terms in English on purpose.
Inferred read-onlyhumanizeRewrite reader-facing prose so it sounds direct, specific, and personal without changing facts or inventing a voice.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.counselorai]
url = "https://api.counselorai.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"counselorai": {
"type": "http",
"url": "https://api.counselorai.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: counselorai
Remote MCP URL: https://api.counselorai.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"counselorai": {
"url": "https://api.counselorai.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"counselorai": {
"type": "http",
"url": "https://api.counselorai.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "counselorai",
"transport": "streamable-http",
"url": "https://api.counselorai.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://counselorai.app/mcp
MCP server metadata
- Name
- counselorai
- Version
- 1.2.0
Every tool call on this server is metered and billed in credits. Prices are in each tool description. Check the balance any time with the account_balance tool. On insufficient_credits, stop and tell the user to top up rather than retrying.
Known tools 13
letterlensAnalyze a finished recommendation letter and return specific fixes: what is vague, what is asserted without evidence, what reads as generated.
Inferred read-onlyawardlensBreak down one to three financial aid award letters: what is grant, what is loan, what is work-study that has to be earned, what the supported net price is, and what renewal conditions are buried in the language.
Inferred read-onlyfafsaProduce a FAFSA action checklist for one student, keyed to their grade, dependency status and income band.
Inferred read-onlyaidExplain what a family is likely to see across a list of schools and why, in plain language.
Inferred read-onlyscholarshipSurface scholarships worth this student's time and the angle their application should take for each.
Inferred read-onlytranslateTranslate counselor-facing output into a family's language, holding the financial aid terms in English on purpose.
Inferred read-onlyhumanizeRewrite reader-facing prose so it sounds direct, specific, and personal without changing facts or inventing a voice.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.counselorai]
url = "https://counselorai.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"counselorai": {
"type": "http",
"url": "https://counselorai.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: counselorai
Remote MCP URL: https://counselorai.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"counselorai": {
"url": "https://counselorai.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"counselorai": {
"type": "http",
"url": "https://counselorai.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "counselorai",
"transport": "streamable-http",
"url": "https://counselorai.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://counselorai.app/gate/mcp
MCP server metadata
- Name
- outputgate
- Version
- 1.2.0
Every tool call on this server is metered and billed in credits. Prices are in each tool description. Check the balance any time with the account_balance tool. On insufficient_credits, stop and tell the user to top up rather than retrying.
Known tools 4
fix_outputApplies the fixes check_output would demand: strips banned vocabulary and em-dashes, breaks structural tells, keeps every figure and name pinned to your source_facts, and changes as little as possible.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.outputgate]
url = "https://counselorai.app/gate/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"outputgate": {
"type": "http",
"url": "https://counselorai.app/gate/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: outputgate
Remote MCP URL: https://counselorai.app/gate/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"outputgate": {
"url": "https://counselorai.app/gate/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"outputgate": {
"type": "http",
"url": "https://counselorai.app/gate/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "outputgate",
"transport": "streamable-http",
"url": "https://counselorai.app/gate/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.